#[derive(HtmlElementEvents)]
Expand description
Derive HtmlElementEvents
This will derive an instance with an empty body:
impl HtmlElementEvents for MyType {}
Types with generic parameters are supported.
#[derive(HtmlElementEvents)]
Derive HtmlElementEvents
This will derive an instance with an empty body:
impl HtmlElementEvents for MyType {}
Types with generic parameters are supported.