Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dauto_traits.rs45 struct PinnedStream<T = PhantomPinned>(PhantomPinned, PhantomData<T>); struct
46 impl<T> Stream for PinnedStream<T> { implementation