Derive Macro Emit

Source
#[derive(Emit)]
{
    // Attributes available to this derive:
    #[auto_naming]
    #[mod_name]
}
Available on crate feature event only.
Expand description

Generates a default Emit implementation for the given struct.

Used for host code generation. It is not intended to be used directly. See Event for the usage.