Type Alias gridly::location::RowOrdered

source ·
pub type RowOrdered<L> = Ordered<L, Row>;
Expand description

A generic type alias for ordering a LocationLike type T by row.

Aliased Type§

struct RowOrdered<L> {
    pub location: L,
    /* private fields */
}

Fields§

§location: L