fn from()

in src/lib.rs [305:307]


    fn from(value: std::io::Error) -> Self {
        Self::Io(value)
    }