Struct probor::_cbor::decoder::GenericDecoder [] [src]

pub struct GenericDecoder<R> { /* fields omitted */ }

A generic decoder decodes arbitrary CBOR into a Value AST.

Methods

impl<R> GenericDecoder<R> where
    R: ReadBytesExt
[src]

[src]

[src]

[src]

[src]

[src]

Decode into a Value, i.e. an intermediate representation which can be further deconstructed using a Cursor. This supports indefinite decoding as well as tag validation (if not disabled).

Trait Implementations

Auto Trait Implementations

impl<R> Send for GenericDecoder<R> where
    R: Send

impl<R> Sync for GenericDecoder<R> where
    R: Sync