Skip to main content

TlsStream

Trait TlsStream 

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

A TLS connection.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl TlsStream for TlsStream<Box<dyn TlsTransport>>

Implementors§