pub trait QueueExt: Send + Sync { // Required methods fn metrics(&self) -> &Vec<Metric>; fn features(&self) -> &Vec<Feature>; }