Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dmissing_async.rs136 store.set_debug_handler(MyDebugHandler); in require_async_with_debug_handler()
141 struct MyDebugHandler; in require_async_with_debug_handler() struct
143 impl DebugHandler for MyDebugHandler { in require_async_with_debug_handler() implementation