Home
last modified time | relevance | path

Searched defs:AccessorTask (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dround_trip.rs423 impl AccessorTask<Ctx, HasSelf<Ctx>> for Task { in test_round_trip() impl
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs540 pub trait AccessorTask<T, D = HasSelf<T>>: Send + 'static interface