Searched refs:QueryResponse (Results 1 – 1 of 1) sorted by relevance
156 QueryResponse(Box<dyn Any + Send>), enumerator212 .send(Response::QueryResponse(result)) in handle()368 assert!(matches!(response, Response::QueryResponse(_))); in run()408 Response::QueryResponse(_) => { in run()466 assert!(matches!(response, Response::QueryResponse(_))); in with_store()494 let Response::QueryResponse(resp) = response else { in with_store()