charms_data::util

Function write

Source
pub fn write<T>(t: &T) -> Result<Vec<u8>>
where T: Serialize,
Expand description

Serialize a value to a byte vector as CBOR.