Skip to main content

Stream

Trait Stream 

Source
pub trait Stream:
    Debug
    + AsyncWrite
    + AsyncRead
    + Send
    + Sync
    + Unpin
    + 'static { }

Implementations on Foreign Types§

Source§

impl Stream for TlsStream<TcpStream>

Available on crate feature rustls-tls and non-crate feature native-tls only.
Source§

impl Stream for TcpStream

Implementors§