Module state

Source
Expand description

§State

This module contains the stateful types and traits for the library.

Modules§

nstate

Structs§

State
State is an abstract object that allows a particular kind of state to be associated with some data.

Enums§

Nary
State1
State2
State3

Traits§

RawState
RawState
Stateful
a trait for denoting stateful entities

Type Aliases§

BinaryState
NState
A type alias for a Nary state with a default value of 4.
TernaryState
UnaryState