Struct Context
statechart
pub struct Context<'a> { /* fields omitted */ }
impl<'a> Context<'a>
fn new(root: &'a State) -> Context<'a>
impl<'a> Debug for Context<'a>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.