pub type UiRootNodes<'w, 's> = Query<'w, 's, Entity, (With<Node>, Without<ChildOf>)>;
pub struct UiRootNodes<'w, 's> { /* private fields */ }