Searched defs:DrainAll (Results 1 – 1 of 1) sorted by relevance
1218 pub struct DrainAll<'vec, T> { struct1222 impl<'vec, T> Iterator for DrainAll<'vec, T> { argument1236 impl<'vec, T> Drop for DrainAll<'vec, T> { implementation