Struct tokio_io::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]
impl Display for FrameTooBig
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more