Trait dcbor::CBORCodable

source ·
pub trait CBORCodable: CBOREncodable + CBORDecodable { }
Expand description

A type that can be encoded to or decoded from CBOR.

Implementations on Foreign Types§

source§

impl CBORCodable for f32

source§

impl CBORCodable for i32

source§

impl CBORCodable for i8

source§

impl CBORCodable for u32

source§

impl CBORCodable for bool

source§

impl CBORCodable for f64

source§

impl CBORCodable for u8

source§

impl CBORCodable for i16

source§

impl CBORCodable for f16

source§

impl CBORCodable for i64

source§

impl CBORCodable for usize

source§

impl CBORCodable for u16

source§

impl CBORCodable for u64

source§

impl<T> CBORCodable for Vec<T>where T: CBORCodable,

source§

impl CBORCodable for String

Implementors§