[][src]Trait os_balloon::logic::MainLogic

pub trait MainLogic: GetState {
    fn main_logic(self) -> Result<(), Error>;
}

Trait implementing the main logic of the program.

Required methods

fn main_logic(self) -> Result<(), Error>

Performs the main logic of the state.

Loading content...

Implementors

impl MainLogic for OpenStratos<ShutDown>[src]

impl<S> MainLogic for S where
    S: StateMachine + GetState
[src]

Loading content...