[][src]Trait cbor_tools::EncodeSymbolic

pub trait EncodeSymbolic {
    pub fn encode_symbolic(&self) -> Vec<Element>;
}

Symbolic CBOR encoding.

Required methods

pub fn encode_symbolic(&self) -> Vec<Element>[src]

Encode data to format::Element symbols representing a CBOR encoding.

Loading content...

Implementations on Foreign Types

impl EncodeSymbolic for Vec<CborType>[src]

Loading content...

Implementors

impl EncodeSymbolic for CborType[src]

Loading content...