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