Module state

Source
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
State is a generic type wrapper materializing the RawState trait.

Traits§

NStateKind
a particular kind of state that is defined by some rank
RawState
RawState
Stateful
a trait for denoting stateful entities