Struct hyper::http::h1::EndError[][src]

pub struct EndError<W: Write>(_, _);

Trait Implementations

impl<W: Debug + Write> Debug for EndError<W>
[src]

Formats the value using the given formatter. Read more

impl<W: Write> From<EndError<W>> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl<W> Send for EndError<W> where
    W: Send

impl<W> Sync for EndError<W> where
    W: Sync