Lines Matching refs:HostWithStore
168 D: foo::foo::a::HostWithStore + foo::foo::b::HostWithStore in add_to_linker()
169 + foo::foo::c::HostWithStore + d::HostWithStore + Send, in add_to_linker()
205 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait
206 impl<_T: ?Sized> HostWithStore for _T
223 D: HostWithStore, in add_to_linker() argument
250 pub trait HostWithStore: wasmtime::component::HasData + Send {} interface
251 impl<_T: ?Sized> HostWithStore for _T
268 D: HostWithStore, in add_to_linker() argument
295 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait
296 impl<_T: ?Sized> HostWithStore for _T
313 D: HostWithStore, in add_to_linker() argument
342 pub trait HostWithStore: wasmtime::component::HasData + Send {} trait
343 impl<_T: ?Sized> HostWithStore for _T
360 D: HostWithStore, in add_to_linker()