[][src]Macro amethyst_ui::define_widget_component_fn_impl

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