CborLen

Derive Macro CborLen 

Source
#[derive(CborLen)]
{
    // Attributes available to this derive:
    #[n]
    #[cbor]
}
Expand description

Derive the tinycbor::CborLen trait.

See the crate documentation for details.