Type Definition path_iter::Item

source ·
pub type Item<T> = Either<T, Empty>;
Expand description

Used to make end of path disambiguous from path composition.

Implementations§

Gets the inner value.

Trait Implementations§

The item type generated by the iterator.
The iterator type.
Construct iterator from an argument.
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more