pub trait QPS { // Required methods fn qps(&self, total: u64); fn time(&self, total: u64); fn cost(&self); }