Trait statechart::State [] [src]

pub trait State: Debug {
    fn id(&self) -> &StateID;
fn substate(&self, id: &str) -> Option<&State>; }

Required Methods

Implementors