POINT

Constant POINT 

Source
pub const POINT: TypeMarker;
Expand description

Specifies a POINT column type.

POINT stores geometric points. Requires the geo-types feature.

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