Derive Macro rasn::Decode

source · []
#[derive(Decode)]
{
    // Attributes available to this derive:
    #[rasn]
}
Expand description

An automatic derive of the Decode trait.

Will automatically generate a decode implementation using the your container’s definition. See AsnType for information on available attributes.