Type Alias gridly::location::ColumnOrdered

source ·
pub type ColumnOrdered<L> = Ordered<L, Column>;
Expand description

A generic type for ordering a LocationLike type T by column.

Aliased Type§

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

Fields§

§location: L