mz_
balancerd
0.125.0-dev.0
Client
Stream
Implementors
In crate mz_
balancerd
Trait
mz_balancerd
::
ClientStream
Copy item path
source
·
[
−
]
pub(crate) trait ClientStream:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
{ }
Implementors
§
source
§
impl<T:
AsyncRead
+
AsyncWrite
+
Unpin
+
Send
>
ClientStream
for T