pub trait Encode { // Required method fn encode(&self) -> Vec<u8> ⓘ; }
Binary CBOR encoding.
Encode data to bytes.