Skip to main content
AsyncReadWrite
hopr_
transport_
session
0.20.2
Async
Read
Write
Implementors
In hopr_
transport_
session::
types
hopr_transport_session
::
types
Trait
Async
Read
Write
Copy item path
Source
trait AsyncReadWrite: AsyncWrite + AsyncRead +
Send
+
Unpin
{ }
Expand description
Helper trait to allow Box aliasing
Implementors
§
Source
§
impl<T: AsyncWrite + AsyncRead +
Send
+
Unpin
>
AsyncReadWrite
for T