Struct pure_hfsm::builder::StateMachines[][src]

pub struct StateMachines<B, T>(pub Vec<StateMachine<B, T>>);
Expand description

Multiple state machines that may refer each other by String name

Use StateMachines::build to get a crate::StateMachines usable with label::NestedMachine for an efficient state machine. T must implement IntoTransition.

Tuple Fields

0: Vec<StateMachine<B, T>>

Implementations

Convert Self into a crate::StateMachines

See NameMapping and IntoTransition for details on why this is necessary.

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.