Trait oasis_cbor::decode::Decode[][src]

pub trait Decode {
    fn try_from_cbor_value(value: Value) -> Result<Self, DecodeError>
    where
        Self: Sized
; }
Expand description

Trait for types that can be decoded from CBOR.

Required methods

Implementations on Foreign Types

Implementors