fn remove_child(parent: &mut Inner, node: MutexGuard<'_, Inner>)
Expand description
Removes a child from the parent.
parent
MUST be the parent of node
.
To acquire the locks for node and parent, use with_locked_node_and_parent
.
fn remove_child(parent: &mut Inner, node: MutexGuard<'_, Inner>)
Removes a child from the parent.
parent
MUST be the parent of node
.
To acquire the locks for node and parent, use with_locked_node_and_parent
.