Module postgres::types [] [src]

Traits dealing with Postgres data types

Structs

Other

Information about an unknown type.

Slice

An adapter type mapping slices to Postgres arrays.

Enums

IsNull

An enum representing the nullability of a Postgres value.

Kind

Represents the kind of a Postgres type.

Type

A Postgres type.

Traits

FromSql

A trait for types that can be created from a Postgres value.

ToSql

A trait for types that can be converted into Postgres values.

Type Definitions

Oid

A Postgres OID.