Derive Macro Bytecode

Source
#[derive(Bytecode)]
{
    // Attributes available to this derive:
    #[bytecode]
}
Expand description

Derive macro for Bytecode.

See the module-level documentation for more information.