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