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