Expand description
Structures for position
Enums§
- AllPosition
- Enum that represent all positions
- Boolean
Position - Positions with boolean type
- Category
Position - Positions with numerical representations of categorical value
- Phone
Position - Positions of phone fields
- Signed
Range Position - Positions with signed integer type
- Undefined
Potision - Positions that are always
xx
- Unsigned
Range Position - Positions with unsigned integer type
Traits§
- Position
- The trait that Position requires to implement