#[derive(EmitField)]
{
// Attributes available to this derive:
#[parent]
#[parent_field_name]
#[parent_field_ty]
}
Available on crate feature
event only.Expand description
Generates a default EmitField implementation for the given struct.
Used for host code generation. It is not intended to be used directly.