Home
last modified time | relevance | path

Searched defs:RepeatWith (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/library/core/src/iter/sources/
Drepeat_with.rs76 pub struct RepeatWith<F> { struct
81 impl<F> fmt::Debug for RepeatWith<F> { argument
88 impl<A, F: FnMut() -> A> Iterator for RepeatWith<F> { implementation
119 impl<A, F: FnMut() -> A> FusedIterator for RepeatWith<F> {} implementation
122 unsafe impl<A, F: FnMut() -> A> TrustedLen for RepeatWith<F> {} implementation