Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcall_hook.rs549 struct HandlerR; in basic_async_hook() struct
552 impl CallHookHandler<State> for HandlerR { in basic_async_hook() implementation
563 store.call_hook_async(HandlerR {}); in basic_async_hook()
625 struct HandlerR; in timeout_async_hook() struct
628 impl CallHookHandler<State> for HandlerR { in timeout_async_hook() implementation
652 store.call_hook_async(HandlerR {}); in timeout_async_hook()
/wasmtime-44.0.1/tests/all/component_model/
H A Dcall_hook.rs403 struct HandlerR; in timeout_async_hook() struct
406 impl CallHookHandler<State> for HandlerR { in timeout_async_hook() implementation
469 store.call_hook_async(HandlerR {}); in timeout_async_hook()