Module postgres::tls
[−]
[src]
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. |