Function trust_dns_openssl::tls_stream_from_existing_tls_stream [] [src]

pub fn tls_stream_from_existing_tls_stream<E>(
    stream: TokioTlsStream<TokioTcpStream>,
    peer_addr: SocketAddr
) -> (TlsStream, BufStreamHandle<E>) where
    E: FromProtoError

Initializes a TlsStream with an existing tokio_tls::TlsStream.

This is intended for use with a TlsListener and Incoming connections