Searched defs:from_cbor (Results 1 – 3 of 3) sorted by relevance
14 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor() method60 pub fn from_cbor(session: &Session, bytes: &[u8]) -> Result<Self> { in from_cbor() method
70 pub(super) fn from_cbor( in from_cbor() method125 pub(super) fn from_cbor( in from_cbor() method
87 pub fn from_cbor<S: std::io::Read>(session: &Session, cbor: S) -> Result<Self> { in from_cbor() method