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