Trait dcbor::CBORCodable
source · pub trait CBORCodable: CBOREncodable + CBORDecodable { }Expand description
A type that can be encoded to or decoded from CBOR.
pub trait CBORCodable: CBOREncodable + CBORDecodable { }A type that can be encoded to or decoded from CBOR.