pub trait IntoNode { // Required method fn into_node(self) -> Rc<dyn Node>; }
Used to consume a concrete MutableNode and return an Rc<dyn Node>>.