fn from()

in src/api/mod.rs [35:37]


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