Home
last modified time | relevance | path

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

/external/rust/crates/futures/tests/
Dauto_traits.rs44 pub struct PinnedStream<T = PhantomPinned>(PhantomPinned, PhantomData<T>); struct
45 impl<T> Stream for PinnedStream<T> { implementation