pub trait CBORCodable: CBOREncodable + CBORDecodable { }
Expand description

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

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CBORCodable for bool

source§

impl CBORCodable for f32

source§

impl CBORCodable for f64

source§

impl CBORCodable for i8

source§

impl CBORCodable for i16

source§

impl CBORCodable for i32

source§

impl CBORCodable for i64

source§

impl CBORCodable for u8

source§

impl CBORCodable for u16

source§

impl CBORCodable for u32

source§

impl CBORCodable for u64

source§

impl CBORCodable for usize

source§

impl CBORCodable for String

source§

impl CBORCodable for f16

source§

impl CBORCodable for Bytes

Implementors§