Module tokio_postgres::tls
source · Expand description
TLS support.
Structs
- Channel binding information returned from a TLS handshake.
- A
MakeTlsConnect
andTlsConnect
implementation which simply returns an error. - The error returned by
NoTls
. - The future returned by
NoTls
.
Enums
- The TLS “stream” type produced by the
NoTls
connector.
Traits
- A constructor of
TlsConnect
ors. - An asynchronous function wrapping a stream in a TLS session.
- A TLS-wrapped connection to a PostgreSQL database.