Streamable

Trait Streamable 

Source
pub trait Streamable:
    AsyncRead
    + AsyncWrite
    + Send
    + Unpin { }

Implementations on Foreign Types§

Source§

impl Streamable for TlsStream<TcpStream>

Source§

impl Streamable for TcpStream

Implementors§