Trait TlsStream

Source
pub trait TlsStream:
    AsyncRead
    + AsyncWrite
    + Send
    + Unpin
    + 'static { }
Expand description

A TLS connection.

Implementations on Foreign Types§

Source§

impl TlsStream for TlsStream<Box<dyn TlsTransport>>

Implementors§