pub fn apply_widget_base_edit(
root: &mut dyn Widget,
edit: &WidgetBaseEdit,
) -> boolExpand description
Apply a single queued WidgetBaseEdit against the live widget tree.
Returns true when the edit landed, false if the path was stale or the
widget does not expose a WidgetBase.