fn from()

in nsm-io/src/lib.rs [35:37]


    fn from(error: IoError) -> Self {
        Error::Io(error)
    }