pub type BoxedModule = Box<dyn Module>;
Type-erased, heap-allocated reference to any module.
pub struct BoxedModule(/* private fields */);