pub fn rule_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<RuleFnArgs>>,
) -> impl UiNode
Expand description
P
Widget function that converts RuleFnArgs
to widgets.
Sets the RULE_FN_VAR
.
pub fn rule_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<RuleFnArgs>>,
) -> impl UiNode
P
Widget function that converts RuleFnArgs
to widgets.
Sets the RULE_FN_VAR
.