Trait cbor::ToCbor [] [src]

pub trait ToCbor {
    fn to_cbor(&self) -> Cbor;
}

A trait for converting values to CBOR.

Required Methods

Return a CBOR representation of self.

Implementors