Struct tokio_util::codec::length_delimited::LengthDelimitedCodecError [−][src]
pub struct LengthDelimitedCodecError { /* fields omitted */ }
Expand description
An error when the number of bytes read is more than max frame length.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LengthDelimitedCodecError
impl Send for LengthDelimitedCodecError
impl Sync for LengthDelimitedCodecError
impl Unpin for LengthDelimitedCodecError
impl UnwindSafe for LengthDelimitedCodecError
Blanket Implementations
Mutably borrows from an owned value. Read more
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