UUID

Constant UUID 

Source
pub const UUID: TypeMarker;
Expand description

Specifies a UUID column type.

UUID stores universally unique identifiers. Requires the uuid feature.

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