pub trait AnyCollectableVec: AnyVec {
// Provided methods
fn range_count(&self, from: Option<i64>, to: Option<i64>) -> usize { ... }
fn range_weight(&self, from: Option<i64>, to: Option<i64>) -> usize { ... }
}Expand description
Type-erased trait for collectable vectors.