Home
last modified time | relevance | path

Searched defs:SendStream (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/
Dshare.rs97 pub struct SendStream<B> { struct
98 inner: proto::StreamRef<B>,
222 impl<B: Buf> SendStream<B> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dauto_traits.rs37 type SendStream<T = *const ()> = Pin<Box<dyn Stream<Item = T> + Send>>; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h2/
Dmod.rs225 impl<B: Buf> SendStreamExt for SendStream<SendBuf<B>> { implementation