std::iter::IterateExperimental [-]  [+] [src]

type Iterate<T, F> = Unfold<T, (F, Option<T>, bool), fn(&mut (F, Option<T>, bool)) -> Option<T>>;