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

Derived Implementations

impl<W: Debug> Debug for IntoInnerError<W>

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