pub trait Decode { // Required method fn decode(&self) -> Result<Vec<CborType>, DecodeError>; }
Binary CBOR encoding.
Decode data to a CborType list.
CborType