Function tokio_rustls::accept_async_with_session [] [src]

pub fn accept_async_with_session<S>(
    stream: S,
    session: ServerSession
) -> AcceptAsync<S> where
    S: AsyncRead + AsyncWrite