Home
last modified time | relevance | path

Searched refs:QueryResponse (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/debugger/src/
H A Dlib.rs156 QueryResponse(Box<dyn Any + Send>), enumerator
212 .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()