fn from()

in nsm-io/src/lib.rs [41:43]


    fn from(error: CborError) -> Self {
        Error::Cbor(error)
    }