Type Definition interleave::Iter [] [src]

type Iter<T> = Box<Iterator<Item = T>>;