Trait cbor_tools::Decode[][src]

pub trait Decode {
    fn decode(&self) -> Result<Vec<CborType>, DecodeError>;
}
Expand description

Binary CBOR encoding.

Required methods

Decode data to a CborType list.

Implementations on Foreign Types

Implementors