Derive Macro silkenweb::HtmlElementEvents

source ·
#[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.