Searched refs:HostWorldResourceWithStore (Results 1 – 4 of 4) sorted by relevance
2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send { interface130 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()
2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData {} trait3 impl<_T: ?Sized> HostWorldResourceWithStore for _T139 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore {}142 _T: wasmtime::component::HasData + HostWorldResourceWithStore,
2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send {} trait3 impl<_T: ?Sized> HostWorldResourceWithStore for _T153 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore + Sen…156 _T: wasmtime::component::HasData + HostWorldResourceWithStore + Send,
2 pub trait HostWorldResourceWithStore: wasmtime::component::HasData + Send {} interface3 impl<_T: ?Sized> HostWorldResourceWithStore for _T153 pub trait TheWorldImportsWithStore: wasmtime::component::HasData + HostWorldResourceWithStore + Sen…156 _T: wasmtime::component::HasData + HostWorldResourceWithStore + Send,