[][src]Module gridly::location

Location type used to index into grids, as well as associated types and traits.

Structs

Column

A column component of a Location

Location

A location on a grid

Ordered

Rules for ordering a Location

Row

A row component of a Location

Traits

Component

A component of a Location

LocationLike

This trait covers structs that act like a Location, such as tuples. See the Location documentation for more details.

Type Definitions

ColumnOrdered

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

ColumnOrderedLocation

Type alias for a Location ordered by column.

RowOrdered

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

RowOrderedLocation

Type alias for a Location ordered by row.