Derive Macro silkenweb_macros::AriaElement

source ·
#[derive(AriaElement)]
Expand description

Derive AriaElement

This will derive an instance with an empty body:

impl AriaElement for MyType {}

Types with generic parameters are supported.