Module traits

Module traits 

Source
Expand description

this module implements various traits supporting the State type

Modules§

kind
state
state_repr
stateful

Traits§

NStateKind
a particular kind of state that is defined by some rank
RawState
RawState is a trait that defines the types of states
RawStateKind
a private, base represenation of a state kind
StateKind
note: this trait is auto implemented for types that implement AsRef<str>.
StateRepr
The StateRepr trait defines the base type for stateful items, allowing for a generic item type to be associated with the state.
Stateful
Stateful is a trait establishing a common interface for all types that are state-aware.