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
217 D: HostWithStore, in add_to_linker() argument
227 let r = <D as HostWithStore>::a(host).await; in add_to_linker()
244 pub trait HostWithStore: wasmtime::component::HasData + Send { interface
256 D: HostWithStore, in add_to_linker() argument
266 let r = <D as HostWithStore>::a(host).await; in add_to_linker()
283 pub trait HostWithStore: wasmtime::component::HasData + Send { trait
295 D: HostWithStore, in add_to_linker() argument
305 let r = <D as HostWithStore>::a(host).await; in add_to_linker()
324 pub trait HostWithStore: wasmtime::component::HasData + Send { interface
336 D: HostWithStore, in add_to_linker()
346 let r = <D as HostWithStore>::b(host).await; in add_to_linker()