pub type RustlsMidHandshakeTlsStream = MidHandshakeTlsStream<TcpStream>;
Expand description

A MidHandshakeTlsStream from rustls-connector

Aliased Type§

struct RustlsMidHandshakeTlsStream { /* private fields */ }