Type Alias OpenSslMidHandshakeTlsStream

Source
pub type OpenSslMidHandshakeTlsStream = MidHandshakeSslStream<TcpStream>;
Expand description

A MidHandshakeTlsStream from openssl

Aliased Typeยง

struct OpenSslMidHandshakeTlsStream { /* private fields */ }