Derive Macro minicbor_derive::CborLen
source ยท #[derive(CborLen)]
{
// Attributes available to this derive:
#[n]
#[b]
#[cbor]
}
Expand description
Derive the minicbor::CborLen
trait for a struct or enum.
See the crate documentation for details.