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