darkfi
0.4.1
PtStream
Implementations on Foreign Types
DataStream
TcpStream
TlsStream<DataStream>
TlsStream<TcpStream>
UnixStream
Implementors
In darkfi::net::transport
Trait
darkfi
::
net
::
transport
::
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
§