Searched defs:SendStream (Results 1 – 3 of 3) sorted by relevance
97 pub struct SendStream<B> { struct98 inner: proto::StreamRef<B>,222 impl<B: Buf> SendStream<B> { impl
37 type SendStream<T = *const ()> = Pin<Box<dyn Stream<Item = T> + Send>>; typedef
225 impl<B: Buf> SendStreamExt for SendStream<SendBuf<B>> { implementation