Home
last modified time | relevance | path

Searched refs:PanickingCounter (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/itertools/tests/
Dadaptors_no_collect.rs3 struct PanickingCounter { struct
8 impl Iterator for PanickingCounter { implementation
25 where A: Iterator, T: Fn(PanickingCounter) -> A in no_collect_test()
27 let counter = PanickingCounter { curr: 0, max: 10_000 }; in no_collect_test()