Trait tokio_rustls::ServerConfigExt [] [src]

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

Extension trait for the Arc<ServerConfig> type in the rustls crate.

Required Methods

Implementors