Module future

Source
Available on crate feature tls-rustls only.
Expand description

Module containing futures specific to the rustls TLS acceptor for the server.

This module primarily provides the RustlsAcceptorFuture which is responsible for performing the TLS handshake using the rustls library.

Structsยง

RustlsAcceptorFuture
A future representing the asynchronous TLS handshake using the rustls library.