pub fn from_slice<T: Facet<'static>>(bytes: &[u8]) -> Result<T, CborError>
Deserialize a CBOR byte slice into a value of type T.
T