pub trait VectorIteratorRef<'lifetime, E>where
E: 'lifetime,
Self: VectorIterator<'lifetime, E> + CloneDyn,{ }
Expand description
Trait that encapsulates an vector elements iterator with specific characteristics and implemetning CloneDyn
.