PtStream

Trait PtStream 

Source
pub trait PtStream:
    AsyncRead
    + AsyncWrite
    + Unpin
    + Send { }
Expand description

Wrapper trait for async streams

Implementations on Foreign Types§

Source§

impl PtStream for DataStream

Available on crate feature p2p-tor only.
Source§

impl PtStream for TcpStream

Source§

impl PtStream for TlsStream<DataStream>

Available on crate feature p2p-tor only.
Source§

impl PtStream for TlsStream<TcpStream>

Source§

impl PtStream for UnixStream

Available on crate feature p2p-unix only.

Implementors§