pub type NodeBox<S> = Box<dyn Node<S>>;
Type alias for boxed nodes
pub struct NodeBox<S>(/* private fields */);