[go: up one dir, main page]

Trait cbor::ToCbor [] [src]

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

A trait for converting values to CBOR.

Required Methods

fn to_cbor(&self) -> Cbor

Return a CBOR representation of self.

Implementors