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]
impl Debug for FrameTooBigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for FrameTooBig[src]
impl Display for FrameTooBigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl StdError for FrameTooBig[src]
impl StdError for FrameTooBigAuto Trait Implementations
impl Send for FrameTooBig
impl Send for FrameTooBigimpl Sync for FrameTooBig
impl Sync for FrameTooBig