pub trait HashMapModuleExtension<T, M> {
// Required method
fn insert_typeid(&mut self, value: M)
where M: ModuleT<Context = T> + 'static,
T: App;
}
pub trait HashMapModuleExtension<T, M> {
// Required method
fn insert_typeid(&mut self, value: M)
where M: ModuleT<Context = T> + 'static,
T: App;
}