pub trait StormMesg {
    fn storm_app(&self) -> StormApp;
}

Required Methods

Implementors