pub trait GetStat { // Required method fn get_stat(&mut self, stat: Stat) -> Option<Arc<dyn Array>>; }