Struct pure_hfsm::StateMachines[][src]

pub struct StateMachines<B, T> { /* fields omitted */ }
Expand description

A collection of state machines

Each state machines within this collection can refer to each other. You should be using label::NestedMachine to manage the state of a state machine.

State machines in this struct are represented in a space-efficient and type-safe format, where it is impossible to refer to non-existing states and machines.

Implementations

Get all machine names with their handles

Get all state names with their state handles in provided machine

Get machine handle for provided machine name

Trait Implementations

Formats the value using the given formatter. 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.