pub fn to_std_error<T: Error>(err: T) -> Error
Available on crate feature
std
only.Expand description
Convert a embedded-io error to a std::io::Error
pub fn to_std_error<T: Error>(err: T) -> Error
std
only.Convert a embedded-io error to a std::io::Error