Expand description
Implements TlsConnect
for
Socket
to enable tokio_postgres
connections
to databases using TLS.
Structsยง
- Supply this to
connect_raw
in place ofNoTls
to specify TLS when using Workers. - Error type for PassthroughTls. Should never be returned.