[][src]Trait openssl_async::ConnectConfigurationExt

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

Extension trait for ConnectConfiguration 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 ConnectConfigurationExt for ConnectConfiguration[src]

Loading content...

Implementors

Loading content...