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ยง
- Rustls
Acceptor Future - A future representing the asynchronous TLS handshake using the
rustls
library.