[−][src]Trait os_balloon::logic::MainLogic
Trait implementing the main logic of the program.
Required methods
fn main_logic(self) -> Result<(), Error>
Performs the main logic of the state.
Implementors
impl MainLogic for OpenStratos<ShutDown>
[src]
fn main_logic(self) -> Result<(), Error>
[src]
impl<S> MainLogic for S where
S: StateMachine + GetState,
[src]
S: StateMachine + GetState,