#[derive(Listen)]
{
// Attributes available to this derive:
#[auto_naming]
#[mod_name]
}
Available on crate feature
event only.Expand description
Generates a default Listen implementation for the given struct.
Used for wasm code generation. It is not intended to be used directly. See Event for the usage.