[][src]Module c3p0_pool_pg::r2d2::postgres::tls

Types and traits for TLS 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.