Struct dd_statechart::StateChart [−][src]
pub struct StateChart<'w, W: 'w + Write> { /* fields omitted */ }Expand description
Top-level representation of a complete statechart.
Contains a list of all nodes and events that make up the statechart.
Implementations
Retrieves the IDs of all active states in the StateChart.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
