Searched defs:IntoStackIter (Results 1 – 1 of 1) sorted by relevance
141 pub(crate) struct IntoStackIter<T: Stackof> { struct146 impl<T: Stackof> Iterator for IntoStackIter<T> { argument158 impl<T: Stackof> Drop for IntoStackIter<T> { implementation