pub trait CloneableAnyIterableVec<I, T>: AnyIterableVec<I, T> {
// Required method
fn boxed_clone(&self) -> Box<dyn CloneableAnyIterableVec<I, T>>;
}pub trait CloneableAnyIterableVec<I, T>: AnyIterableVec<I, T> {
// Required method
fn boxed_clone(&self) -> Box<dyn CloneableAnyIterableVec<I, T>>;
}