Encode

Derive Macro Encode 

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

Derive the tinycbor::Encode trait.

See the crate documentation for details.