BYTEA

Constant BYTEA 

Source
pub const BYTEA: TypeMarker;
Expand description

Specifies a BYTEA column type (binary data).

BYTEA stores variable-length binary strings.

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