pub type TlsStream<S> = StreamOwned<ClientConnection, S>;Expand description
A TLS stream
Aliased Type§
pub struct TlsStream<S> {
pub conn: ClientConnection,
pub sock: S,
}Fields§
§conn: ClientConnectionOur connection
sock: SThe underlying transport, like a socket