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