hydroflow_
deploy_
integration
0.11.0
Stream
Sink
Implementors
In crate hydroflow_
deploy_
integration
Trait
hydroflow_deploy_integration
::
StreamSink
Copy item path
source
·
[
−
]
pub trait StreamSink: Stream<Item =
Result
<BytesMut,
Error
>> + Sink<Bytes, Error =
Error
> { }
Implementors
§
source
§
impl<T: Stream<Item =
Result
<BytesMut,
Error
>> + Sink<Bytes, Error =
Error
>>
StreamSink
for T