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