pub type ModuleBuilder = Box<dyn HttpModuleBuilder + Sync + Send>;
struct ModuleBuilder(/* private fields */);