Derive Macro Decode
#[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.
#[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.