Skip to main content

to_cbor

Function to_cbor 

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

Serialize value to CBOR string (using dag-json).