Skip to main content

RuntimeModuleExt

Trait RuntimeModuleExt 

Source
pub trait RuntimeModuleExt {
    // Required method
    fn boxed(self) -> Box<dyn RuntimeModule>;
}

Required Methods§

Source

fn boxed(self) -> Box<dyn RuntimeModule>

Implementors§

Source§

impl<T: RuntimeModule + 'static> RuntimeModuleExt for T