Module position

Source
Expand description

Structures for position

Enums§

AllPosition
Enum that represent all positions
BooleanPosition
Positions with boolean type
CategoryPosition
Positions with numerical representations of categorical value
PhonePosition
Positions of phone fields
SignedRangePosition
Positions with signed integer type
UndefinedPotision
Positions that are always xx
UnsignedRangePosition
Positions with unsigned integer type

Traits§

Position
The trait that Position requires to implement