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