Type Alias tcp_stream::OpenSslStream

source ·
pub type OpenSslStream = SslStream<TcpStream>;
Expand description

A TcpStream wrapped by openssl

Aliased Type§

struct OpenSslStream { /* private fields */ }