std::iter::Iterate
[−]
[src]
type Iterate<T, F> = Unfold<(F, Option<T>, bool), fn(&mut (F, Option<T>, bool)) -> Option<T>>;
Deprecated since 1.2.0
: has not gained enough traction to retain its position in the standard library