Searched defs:TryIter (Results 1 – 2 of 2) sorted by relevance
1284 pub struct TryIter<'a, T> { struct1288 impl<T> Iterator for TryIter<'_, T> { implementation1296 impl<T> fmt::Debug for TryIter<'_, T> { implementation
129 pub struct TryIter<'a, T: 'a> { struct133 impl<'a, T> Iterator for TryIter<'a, T> { implementation