Module stepflow::data[][src]

Structs

BoolValue
BoolVar
EmailValue

The implementation for an email value.

EmailVar
InvalidVars
StateData

Store a set of Vars and corresponding Values.

StateDataFiltered

Wrapper to a StateData that provides a filtered view of the data contained

StringValue
StringVar
TrueValue
TrueVar
ValidVal
VarId

Enums

BaseValue

The base store for Value. All values must support storing and retrieving data as one of these types.

InvalidValue

Traits

Var