pub fn from_std_mut<T>(std_io: &mut T) -> &mut FromStd<T> ⓘAvailable on crate feature
std only.Expand description
Wraps a mutable reference to std IO type to implement the traits from this crate.
All methods are passed through converting the errors.