darkfi
0.4.1
PtStream
Implementations on Foreign Types
DataStream
TcpStream
TlsStream<DataStream>
TlsStream<TcpStream>
UnixStream
Implementors
In darkfi::
net::
transport
darkfi
::
net
::
transport
Trait
PtStream
Copy item path
Source
pub trait PtStream: AsyncRead + AsyncWrite +
Unpin
+
Send
{ }
Expand description
Wrapper trait for async streams
Implementations on Foreign Types
§
Source
§
impl
PtStream
for DataStream
Source
§
impl
PtStream
for TcpStream
Source
§
impl
PtStream
for TlsStream<DataStream>
Source
§
impl
PtStream
for TlsStream<TcpStream>
Source
§
impl
PtStream
for UnixStream
Implementors
§