Crate tokio_rustls
source · [−]Expand description
Asynchronous TLS/SSL streams for Tokio using Rustls.
Re-exports
Structs
Future returned from ServerConfigExt::accept_async
which will resolve
once the accept handshake has finished.
Future returned from ClientConfigExt::connect_async
which will resolve
once the connection handshake has finished.
A wrapper around an underlying raw stream which implements the TLS or SSL protocol.