pub type QueryState = dyn Fn(&dyn ServiceState) -> Result<()> + Send + Sync;
Function used to query internal service state.