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