pub type BoxNode = Box<dyn DynNode>;
A boxed dynamically-typed simulation node.
struct BoxNode(/* private fields */);