Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
Ddrain_filter.rs25 pub struct DrainFilter< struct
44 /// of the remainder of the `DrainFilter`. Any unprocessed items will be argument
50 impl<T, F, A: Allocator> DrainFilter<'_, T, F, A> implementation
116 impl<T, F, A: Allocator> Iterator for DrainFilter<'_, T, F, A> implementation
154 impl<T, F, A: Allocator> Drop for DrainFilter<'_, T, F, A> implementation