pub fn encode_to_bytes<T: Encode>(t: &T) -> Vec<u8>
Expand description

Encode an encodable type T into its CBOR bytes representation