[][src]Trait sticker_utils::CborRead

pub trait CborRead where
    Self: Sized
{ fn from_cbor_read<R>(read: R) -> Result<Self, Error>
    where
        R: Read
; }

Required methods

fn from_cbor_read<R>(read: R) -> Result<Self, Error> where
    R: Read

Loading content...

Implementations on Foreign Types

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

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

impl CborRead for Numberer<String>[src]

Loading content...

Implementors

Loading content...