pub trait IterableStoredVec<I, T>: IterableVec<I, T> + AnyStoredVec { }Expand description
Trait combining stored and iterable vector capabilities.
pub trait IterableStoredVec<I, T>: IterableVec<I, T> + AnyStoredVec { }Trait combining stored and iterable vector capabilities.