Searched defs:CollectResult (Results 1 – 1 of 1) sorted by relevance
33 pub(super) struct CollectResult<'c, T> { struct39 unsafe impl<'c, T> Send for CollectResult<'c, T> where T: Send {} argument41 impl<'c, T> CollectResult<'c, T> { impl55 impl<'c, T> Drop for CollectResult<'c, T> { implementation