pub trait AsNodeMut<T: ?Sized>: AsNode<T> { // Required method fn as_node_mut(&mut self) -> &mut T; }