Searched refs:StatsPullResult (Results 1 – 1 of 1) sorted by relevance
26 pub type StatsPullResult = Vec<Box<dyn Stat>>; typedef111 static ref COOKIES: Mutex<HashMap<i32, fn() -> StatsPullResult>> = Mutex::new(HashMap::new());147 callback: fn() -> StatsPullResult, in set_pull_atom_callback() argument