Struct tokio_postgres::tls::openssl::OpenSsl [] [src]

pub struct OpenSsl(_);

A Handshake implementation using OpenSSL.

Methods

impl OpenSsl
[src]

[src]

Creates a new OpenSsl with default settings.

Trait Implementations

impl From<SslConnector> for OpenSsl
[src]

[src]

Performs the conversion.

impl Handshake for OpenSsl
[src]

[src]

Performs a TLS handshake, returning a wrapped stream.