pub trait WriteCbor {
    fn write_cbor<W: Writer>(&self, w: W) -> W::Output;
}

Required Methods

Implementations on Foreign Types

Implementors