Enum dd_statechart::StateChartBuilderError [−][src]
pub enum StateChartBuilderError {
InitialStateNotRegistered(StateId),
NoStatesRegistered,
DataModelError(DataModelError),
RegistryError(RegistryError),
}Variants
InitialStateNotRegistered(StateId)
Tuple Fields
0: StateIdNoStatesRegistered
DataModelError(DataModelError)
Tuple Fields
RegistryError(RegistryError)
Tuple Fields
Trait 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 !=.
