amethyst_ui
macro_rules! define_widget_component_fn_impl { ( (has $t:ty as $name:ident on $entity:ident) ) => { ... }; ( (maybe_has $t:ty as $name:ident on $entity:ident) ) => { ... }; }
Helper macro used inside widget_components
widget_components