Trait oasis_cbor::encode::Encode[][src]

pub trait Encode {
    fn into_cbor_value(self) -> Value;
}
Expand description

Trait for types that can be encoded into CBOR.

Required methods

Encode the type into a CBOR Value.

Implementations on Foreign Types

Implementors