RectType

Type Alias RectType 

Source
pub type RectType = BoxType;
Expand description

A type alias for BoxType.

The official GeoArrow specification refers to this type as “geoarrow.box”, but Box is a reserved keyword in Rust and has its own meaning. In line with GeoRust, GeoArrow Rust calls this type Rect.

Aliased Type§

pub struct RectType { /* private fields */ }