Struct ore::netio::FrameTooBig [−][src]
pub struct FrameTooBig;This is supported on crate feature
network only.Expand description
An error indicating that a frame in a framed stream exceeded
MAX_FRAME_SIZE.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameTooBig
impl Send for FrameTooBig
impl Sync for FrameTooBig
impl Unpin for FrameTooBig
impl UnwindSafe for FrameTooBig
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}) and returns it.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more