Expand description
Positions.
Structs§
- NoFile
- A placeholder that you can use when you don’t want to use the file field in a
Position. - Pos
- A positioned object, functionally equivalent to a struct containing an object of type
T(the wrapped object) and its position as aPosition<FILE>object. - Position
- A position.
Traits§
- Posable
- A trait for objects with an associated position
- Posable
Mut - A trait for object with mutable position