#[derive(CborEncode)]
{
// Attributes available to this derive:
#[cbor]
}
Expand description
Derive canonical CBOR encoding for structs and enums.
#[derive(CborEncode)]
{
// Attributes available to this derive:
#[cbor]
}
Derive canonical CBOR encoding for structs and enums.