Function bdk_chain::bitcoin::io::from_std_mut
pub fn from_std_mut<T>(std_io: &mut T) -> &mut FromStd<T> ⓘ
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.