Module postgres::tls [] [src]

Types and traits for TLS support.

Modules

native_tls

Native TLS support.

openssl

OpenSSL support.

Structs

Stream

A connection to the Postgres server.

Traits

TlsHandshake

A trait implemented by types that can initiate a TLS session over a Postgres stream.

TlsStream

A trait implemented by TLS streams.