RowOrderedLocation

Type Alias RowOrderedLocation 

Source
pub type RowOrderedLocation = RowOrdered<Location>;
Expand description

Type alias for a Location ordered by row.

Aliased Type§

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

Fields§

§location: Location