Skip to main content

Decode

Derive Macro Decode 

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

Derive the tinycbor::Decode trait.

See the crate documentation for details.