[−][src]Module tokio_postgres::tls
TLS support.
Structs
| ChannelBinding | Channel binding information returned from a TLS handshake. |
| NoTls | A |
| NoTlsError | The error returned by |
| NoTlsFuture | The future returned by |
Enums
| NoTlsStream | The TLS "stream" type produced by the |
Traits
| MakeTlsConnect | A constructor of |
| TlsConnect | An asynchronous function wrapping a stream in a TLS session. |
| TlsStream | A TLS-wrapped connection to a PostgreSQL database. |