pub type RowOrderedLocation = RowOrdered<Location>;
Expand description

Type alias for a Location ordered by row.

Aliased Type§

struct RowOrderedLocation {
    pub location: Location,
    /* private fields */
}

Fields§

§location: Location