fn from()

in src/api/mod.rs [41:43]


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