Home
last modified time | relevance | path

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

/external/rust/crates/rayon/src/iter/collect/
Dconsumer.rs33 pub(super) struct CollectResult<'c, T> { struct
39 unsafe impl<'c, T> Send for CollectResult<'c, T> where T: Send {} argument
41 impl<'c, T> CollectResult<'c, T> { impl
55 impl<'c, T> Drop for CollectResult<'c, T> { implementation