std::iter::IterateExperimental
[-]
[+]
[src]
type Iterate<T, F> = Unfold<T, (F, Option<T>, bool), fn(&mut (F, Option<T>, bool)) -> Option<T>>;
type Iterate<T, F> = Unfold<T, (F, Option<T>, bool), fn(&mut (F, Option<T>, bool)) -> Option<T>>;
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).