Expand description
§State
This module contains the stateful types and traits for the library.
Modules§
- nstate
- this module implements an alternative stateful representation that enables one to provide a data type as well as specify the state kind
Structs§
- NState
- [State] is an abstract object that allows a particular kind of state to be associated with some data.
- State
Stateis a generic type wrapper materializing theRawStatetrait.
Traits§
- NState
Kind - a particular kind of state that is defined by some rank
- RawState
- RawState
- Stateful
- a trait for denoting stateful entities