Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/futures_unordered/
Diter.rs21 pub struct IterPinRef<'a, Fut> { struct
30 pub struct Iter<'a, Fut: Unpin>(pub(super) IterPinRef<'a, Fut>); argument
116 impl<'a, Fut> Iterator for IterPinRef<'a, Fut> { implementation
143 impl<Fut> ExactSizeIterator for IterPinRef<'_, Fut> {} implementation
161 unsafe impl<Fut: Send> Send for IterPinRef<'_, Fut> {} implementation
162 unsafe impl<Fut: Sync> Sync for IterPinRef<'_, Fut> {} implementation