Crate raui_derive

Crate raui_derive 

Source

Attribute Macros§

post_hooks
Allows you to execute re-usable logic after your component body
pre_hooks
An attribute macro that allows you to add hooks that will execute before your component body

Derive Macros§

MessageData
Derive macro for the [MessageData][raui_core::messenger::MessageData] trait
PropsData
Derive macro for the [PropsData][raui_core::props::PropsData] trait