pub trait Module {
// Required method
fn get_module_handlers(&self) -> Box<dyn ModuleHandlers>;
}
Expand description
A trait that defines a module
Required Methods§
Sourcefn get_module_handlers(&self) -> Box<dyn ModuleHandlers>
fn get_module_handlers(&self) -> Box<dyn ModuleHandlers>
Obtains the module handlers