pub type RowOrderedLocation = RowOrdered<Location>;
Type alias for a Location ordered by row.
Location
pub struct RowOrderedLocation { pub location: Location, /* private fields */ }
location: Location