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

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