pub fn to_vec<'a, T: Facet<'a>>(value: &T) -> Result<Vec<u8>, CborError>
Serialize any Facet type to CBOR bytes.
Facet