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