CHAR

Constant CHAR 

Source
pub const CHAR: TypeMarker;
Expand description

Specifies a CHAR column type.

CHAR stores fixed-length character strings.

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