pub trait VectorIterator<'a, E>:
Iterator<Item = E, Item = E>
+ ExactSizeIterator
+ DoubleEndedIteratorwhere
E: 'a,{ }Expand description
Trait that encapsulates an vector elements iterator with specific characteristics and implemetning CloneDyn.