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