Skip to main content

ModuleExt

Trait ModuleExt 

Source
pub trait ModuleExt {
    // Required method
    fn boxed(self) -> BoxModule;
}

Required Methods§

Implementors§

Source§

impl<T: Module> ModuleExt for T