Type Alias hydroflow::util::deploy::DynStreamSink

pub type DynStreamSink = Pin<Box<dyn StreamSink<Error = Error, Item = Result<BytesMut, Error>> + Sync + Send>>;

Aliased Typeยง

struct DynStreamSink {}