[][src]Trait lightspeed_core::module::ModuleBuilder

pub trait ModuleBuilder<T: Module> {
    fn build(&self) -> Result<T, LightSpeedError>;
}

Required methods

fn build(&self) -> Result<T, LightSpeedError>

Loading content...

Implementors

Loading content...