Derive Macro silkenweb::ElementEvents

source ·
#[derive(ElementEvents)]
Expand description

Derive ElementEvents

This will derive an instance with an empty body:

impl ElementEvents for MyType {}

Types with generic parameters are supported.