Struct bufstream::IntoInnerError [] [src]

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

An error returned by into_inner which combines an error that happened while writing out the buffer, and the buffered writer object which may be used to recover from the condition.

Trait Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.