Struct buf_redux::IntoInnerError [] [src]

pub struct IntoInnerError<W>(pub W, pub Error);

The error type for BufWriter::into_inner(), contains the BufWriter as well as the error that occurred.

Methods

impl<W> IntoInnerError<W>
[src]

Get the error

Take the writer.

Trait Implementations

impl<W: Debug> Debug for IntoInnerError<W>
[src]

Formats the value using the given formatter.

impl<W> Into<Error> for IntoInnerError<W>
[src]

Performs the conversion.

impl<W: Any + Send + Debug> Error for IntoInnerError<W>
[src]

A short description of the error. Read more

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

impl<W> Display for IntoInnerError<W>
[src]

Formats the value using the given formatter.