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