Derive Macro rasn_derive::Encode

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

An automatic derive of the Encode trait.

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