Module var

Module var 

Source
Expand description

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
VarId

Traits§

Var