[][src]Type Definition path_iter::PathEnd

type PathEnd<T, U> = Path<T, U, Empty>;

Represents a terminal path [T] U.

Trait Implementations

impl<T, U, V, W> IntoIterator for PathEnd<T, U> where
    T: HigherIntoIterator<Item<U>, Item = W, IntoIter = V>,
    V: Iterator<Item = W>, 
[src]

type Item = W

The type of the elements being iterated over.

type IntoIter = V

Which kind of iterator are we turning this into?