macro_rules! impl_into_io_error {
    ($x:ty) => { ... };
}
Expand description

Convert BuilderErrors to io::Error. Impl From<OtherKindError> for io::Error.