Crate rustls_tokio_stream
source ·Re-exports§
pub use rustls;
Structs§
- The handshake results from a TLS connection.
- An
async
stream that wraps arustls
connection and a TCP socket. - An
async
read half of stream that wraps arustls
connection and a TCP socket. - An
async
write half of stream that wraps arustls
connection and a TCP socket.