Derive Macro radix_common::Decode
source ยท #[derive(Decode)]
{
// Attributes available to this derive:
#[sbor]
}
Expand description
Derive code that decodes this data structure from a byte array.
#[derive(Decode)]
{
// Attributes available to this derive:
#[sbor]
}
Derive code that decodes this data structure from a byte array.