You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding and removing a single view returns an error.
It seems a bit unclear if this is intentional since the documentation hints that a lone root would be problematic.
/// Removes the given id from the multiplexer, returns an error if not a valid id contained in the tree or the lone root of the tree./// When successful the Id of the removed Node is returned.pubfnremove_id(&mutself,id:Id) -> Result<Id,RemoveViewError>
The text was updated successfully, but these errors were encountered:
Adding and removing a single view returns an error.
It seems a bit unclear if this is intentional since the documentation hints that a
lone root
would be problematic.Reference
The text was updated successfully, but these errors were encountered: