core::iter::Iterate [] [src]

type Iterate<T, F> = Unfold<IterateState<T, F>, fn(&mut IterateState<T, F>) -> Option<T>>;
Deprecated since 1.2.0

: has not gained enough traction to retain its position in the standard library

An iterator that repeatedly applies a given function, starting from a given seed value.