[][src]Trait sticker_utils::CborWrite

pub trait CborWrite {
    fn to_cbor_write<W>(&self, write: &mut W) -> Result<(), Error>
    where
        W: Write
; }

Required methods

fn to_cbor_write<W>(&self, write: &mut W) -> Result<(), Error> where
    W: Write

Loading content...

Implementations on Foreign Types

impl CborWrite for Numberer<DependencyEncoding<RelativePOS>>[src]

impl CborWrite for Numberer<DependencyEncoding<RelativePosition>>[src]

impl CborWrite for Numberer<String>[src]

Loading content...

Implementors

Loading content...