[−][src]Trait os_balloon::logic::StateMachine
Trait representing a state machine.
Trait representing a state machine.
impl StateMachine for OpenStratos<AcquiringFix>[src]type Next = OpenStratos<FixAcquired>fn execute(self) -> Result<Self::Next, Error>[src]impl StateMachine for OpenStratos<FixAcquired>[src]type Next = OpenStratos<WaitingLaunch>fn execute(self) -> Result<Self::Next, Error>[src]impl StateMachine for OpenStratos<GoingDown>[src]impl StateMachine for OpenStratos<GoingUp>[src]impl StateMachine for OpenStratos<Init>[src]type Next = OpenStratos<AcquiringFix>fn execute(self) -> Result<Self::Next, Error>[src]impl StateMachine for OpenStratos<Landed>[src]impl StateMachine for OpenStratos<WaitingLaunch>[src]