pub fn list_presenter_from_node<D>(
list: impl IntoVar<D>,
list_fn: impl IntoVar<WidgetFn<D>>,
) -> UiNodewhere
D: VarValue,Expand description
Node list that presents list using list_fn to generate the list node.
See also present_list_from_node method that can be called on the list variable.