Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dresources-import_concurrent.rs2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send { interface
130 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore + Sen…
262 HostWorldResourceWithStore::drop( in add_to_linker_imports()
291 let r = <D as HostWorldResourceWithStore>::new(host).await; in add_to_linker_imports()
305 let r = <D as HostWorldResourceWithStore>::foo(host, arg0) in add_to_linker_imports()
317 let r = <D as HostWorldResourceWithStore>::static_foo(host) in add_to_linker_imports()
H A Dresources-import.rs2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData {} trait
3 impl<_T: ?Sized> HostWorldResourceWithStore for _T
139 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore {}
142 _T: wasmtime::component::HasData + HostWorldResourceWithStore,
H A Dresources-import_async.rs2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send {} trait
3 impl<_T: ?Sized> HostWorldResourceWithStore for _T
153 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore + Sen…
156 _T: wasmtime::component::HasData + HostWorldResourceWithStore + Send,
H A Dresources-import_tracing_async.rs2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send {} interface
3 impl<_T: ?Sized> HostWorldResourceWithStore for _T
153 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore + Sen…
156 _T: wasmtime::component::HasData + HostWorldResourceWithStore + Send,