Type Alias tcp_stream::RustlsMidHandshakeTlsStream

source ·
pub type RustlsMidHandshakeTlsStream = MidHandshakeTlsStream<TcpStream>;
Expand description

A MidHandshakeTlsStream from rustls-connector

Aliased Type§

struct RustlsMidHandshakeTlsStream { /* private fields */ }