Module tokio_postgres::tls [] [src]

TLS support.

Structs

Stream

A raw connection to the database.

Traits

Handshake

A trait implemented by types that can manage TLS encryption for a stream.

TlsStream

A trait implemented by streams returned from Handshake implementations.