Skip to main content

to_cbor

Function to_cbor 

Source
pub fn to_cbor<T: Serialize>(value: &T) -> Result<Vec<u8>, String>
Expand description

Serialize a value to CBOR bytes.