Trait bc_envelope::prelude::CBORCodable
source · 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.
pub trait CBORCodable: CBOREncodable + CBORDecodable { }A type that can be encoded to or decoded from CBOR.