Searched refs:Query (Results 1 – 8 of 8) sorted by relevance
151 Query(Box<dyn FnOnce(StoreContextMut<'_, T>) -> Box<dyn Any + Send> + Send>), enumerator207 Command::Query(closure) => { in handle()484 .send(Command::Query(Box::new(|store| Box::new(f(store))))) in with_store()
33 /// Query the resolution of the clock. Returns the duration of time88 /// Query the resolution of the clock.
308 /// Get the combination of the HTTP Path and Query for the Request.309 /// When `none`, this represents an empty Path and empty Query.312 /// Set the combination of the HTTP Path and Query for the Request.313 /// When `none`, this represents an empty Path and empty Query. Fails is the
41 /// Query the resolution of the clock. Returns the duration of time100 /// Query the resolution of the clock. Returns the smallest duration of time
294 /// Get the combination of the HTTP Path and Query for the Request. When295 /// `none`, this represents an empty Path and empty Query.297 /// Set the combination of the HTTP Path and Query for the Request. When298 /// `none`, this represents an empty Path and empty Query. Fails is the