QueryState

Type Alias QueryState 

Source
pub type QueryState = dyn Fn(&dyn ServiceState) -> Result<(), CommandError> + Send + Sync;
Expand description

Function used to query internal service state.