Derive Macro Encode
#[derive(Encode)]
{
// Attributes available to this derive:
#[n]
#[b]
#[cbor]
}
Expand description
Derive the minicbor::Encode
trait for a struct or enum.
See the [crate] documentation for details.
#[derive(Encode)]
{
// Attributes available to this derive:
#[n]
#[b]
#[cbor]
}
Derive the minicbor::Encode
trait for a struct or enum.
See the [crate] documentation for details.