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]

[src]

Formats the value using the given formatter. Read more

impl Display for FrameTooBig
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for FrameTooBig
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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