pub type SharedQueryTracker = Arc<RwLock<Option<QueryTracker>>>;
pub struct SharedQueryTracker { /* private fields */ }