Derive Macro minicbor_derive::Decode

source ·
#[derive(Decode)]
{
    // Attributes available to this derive:
    #[n]
    #[b]
    #[cbor]
}
Expand description

Derive the minicbor::Decode trait for a struct or enum.

See the crate documentation for details.