Derive Macro minicbor_derive::Decode[][src]

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

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

See the crate documentation for details.