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