Re-exports§
pub use rustls;
Structs§
- TlsHandshake
- The handshake results from a TLS connection.
- TlsStream
- An
async
stream that wraps arustls
connection and a TCP socket. - TlsStream
Read - An
async
read half of stream that wraps arustls
connection and a TCP socket. - TlsStream
Write - An
async
write half of stream that wraps arustls
connection and a TCP socket.