interleave::IterList [] [src]

type IterList<T> = Vec<Iter<T>>;

Vector of boxed iterator traits