pub trait AnyCollectableVec: AnyVec {
// Required method
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
) -> Result<Vec<Value>>;
}pub trait AnyCollectableVec: AnyVec {
// Required method
fn collect_range_serde_json(
&self,
from: Option<i64>,
to: Option<i64>,
) -> Result<Vec<Value>>;
}