Type Definition trust_dns_openssl::TlsStream [−][src]
pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<SslStream<S>>>;
Expand description
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream
pub type TlsStream<S> = TcpStream<AsyncIoTokioAsStd<SslStream<S>>>;
A TlsStream counterpart to the TcpStream which embeds a secure TlsStream