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.