Skip to main content

to_vec

Function to_vec 

Source
pub fn to_vec<'a, T: Facet<'a>>(value: &T) -> Result<Vec<u8>, CborError>
Expand description

Serialize any Facet type to CBOR bytes.