Module rama::tls::rustls::dep::tokio_rustls
Expand description
Full Re-export of the tokio-rustls
crate.
Modules§
- Rustls - a modern TLS library
Structs§
- Future returned from
TlsAcceptor::accept
which will resolve once the accept handshake has finished. - Future returned from
TlsConnector::connect
which will resolve once the connection handshake has finished. - Like Accept, but returns
IO
on failure. - Like Connect, but returns
IO
on failure. - A wrapper around a
rustls::ServerConfig
, providing an asyncaccept
method. - A wrapper around a
rustls::ClientConfig
, providing an asyncconnect
method.
Enums§
- Unified TLS stream type