Crate ambient_element_component

Source
Expand description

Provides a macro for converting a function to an ElementComponent, allowing for more concise definitions of components.

Attribute Macrosยง

element_component
Helper macro to implement a ElementComponent with a pure free function.