Crate rustls_tokio_stream

Source

Re-exports§

pub use rustls;

Structs§

TlsHandshake
The handshake results from a TLS connection.
TlsStream
An async stream that wraps a rustls connection and a TCP socket.
TlsStreamRead
An async read half of stream that wraps a rustls connection and a TCP socket.
TlsStreamWrite
An async write half of stream that wraps a rustls connection and a TCP socket.

Traits§

UnderlyingStream

Type Aliases§

ServerConfigProvider