[][src]Macro raui_core::widget_component

macro_rules! widget_component {
    {$vis:vis $name:ident $( ( $( $param:ident ),+ ) )? $([ $( $hook:path ),+ ])? $code:block} => { ... };
}