Trait topaz::State [] [src]

pub trait State {
    fn run(&mut self) -> Transition;
}

All states must implement this trait.

Required Methods

Implementors