pub trait CBORTaggedCodable: CBORTaggedEncodable + CBORTaggedDecodable { }
Expand description

A type that can be encoded to or from CBOR with a specific tag.

Implementors§