Module stepflow_data::var[][src]

Vars are placeholders for Values. They can be used to define what values are needed later without creating the value.

When needed, they can be downcast to their original type via Var::downcast and Var::is.

Structs

BoolVar
EmailVar
StringVar
TrueVar
UriVar
VarId

Traits

Var