[][src]Trait os_balloon::logic::GetState

pub trait GetState {
    fn get_state(&self) -> State;
}

Trait to get the current state in the State enum for the current state in the state machine.

Required methods

fn get_state(&self) -> State

Gets the state enumeration variant for the current state.

Loading content...

Implementors

impl GetState for AcquiringFix[src]

impl GetState for FixAcquired[src]

impl GetState for GoingDown[src]

impl GetState for GoingUp[src]

impl GetState for Init[src]

impl GetState for Landed[src]

impl GetState for SafeMode[src]

impl GetState for ShutDown[src]

impl GetState for WaitingLaunch[src]

impl<S> GetState for OpenStratos<S> where
    S: GetState + Debug + Clone + Copy
[src]

Loading content...