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. Read more

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

Performs the conversion.

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

This method is soft-deprecated. 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. Read more

Auto Trait Implementations

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

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