Enum dd_statechart::StateChartError [−][src]
pub enum StateChartError {
ReceivedUnregisteredEvent(Event),
ExecutableContentError(ExecutableContentError),
ParserError(ParserError),
RegistryError(RegistryError),
StateError(StateError),
}Variants
ReceivedUnregisteredEvent(Event)
Tuple Fields
0: EventExecutableContentError(ExecutableContentError)
Tuple Fields
ParserError(ParserError)
Tuple Fields
0: ParserErrorRegistryError(RegistryError)
Tuple Fields
StateError(StateError)
Tuple Fields
0: StateErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
