Derive Macro ListenField

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

Generates a default ListenField implementation for the given struct.

Used for wasm code generation. It is not intended to be used directly.