Trait dcbor::CBORTaggedCodable
source · pub trait CBORTaggedCodable: CBORTaggedEncodable + CBORTaggedDecodable { }Expand description
A type that can be encoded to or from CBOR with a specific tag.
pub trait CBORTaggedCodable: CBORTaggedEncodable + CBORTaggedDecodable { }A type that can be encoded to or from CBOR with a specific tag.