[][src]Trait openssl_async::SslConnectorExt

pub trait SslConnectorExt {
    fn connect_async<S: AsyncRead + AsyncWrite>(
        &self,
        domain: &str,
        stream: S
    ) -> ConnectAsync<S>; }

Extension trait for SslConnector to allow connections to be initiated asynchronously.

Required methods

Important traits for ConnectAsync<S>
fn connect_async<S: AsyncRead + AsyncWrite>(
    &self,
    domain: &str,
    stream: S
) -> ConnectAsync<S>

Asynchronously initiate the SSL connection

Loading content...

Implementations on Foreign Types

impl SslConnectorExt for SslConnector[src]

Loading content...

Implementors

Loading content...