[][src]Trait openssl_async::SslAcceptorExt

pub trait SslAcceptorExt {
    fn accept_async<S: AsyncRead + AsyncWrite>(
        &self,
        stream: S
    ) -> AcceptAsync<S>; }

Extension for SslAcceptor to allow connections to be accepted asynchronously.

Required methods

Important traits for AcceptAsync<S>
fn accept_async<S: AsyncRead + AsyncWrite>(&self, stream: S) -> AcceptAsync<S>

Asynchronously accept the connection

Loading content...

Implementations on Foreign Types

impl SslAcceptorExt for SslAcceptor[src]

Loading content...

Implementors

Loading content...