POLYGON

Constant POLYGON 

Source
pub const POLYGON: TypeMarker;
Expand description

Specifies a POLYGON column type.

POLYGON stores geometric polygons. Requires the geo-types feature.

See: https://www.postgresql.org/docs/current/datatype-geometric.html