pub fn owns( child: impl IntoUiNode, owned: impl IntoVar<Vec<WidgetId>>, ) -> UiNode
P Append owned widgets that are children of this widget, but are not already children in the info tree.
P
owned