Struct tokio::codec::length_delimited::FrameTooBig[][src]

pub struct FrameTooBig { /* fields omitted */ }

An error when the number of bytes read is more than max frame length.

Trait Implementations

impl Debug for FrameTooBig
[src]

Formats the value using the given formatter. Read more

impl Display for FrameTooBig
[src]

Formats the value using the given formatter. Read more

impl StdError for FrameTooBig
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for FrameTooBig

impl Sync for FrameTooBig