Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dshare-types.rs174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore, in add_to_linker()
175 for<'a> D::Data<'a>: foo::foo::http_types::Host + http_fetch::Host, in add_to_linker()
179 http_fetch::add_to_linker::<T, D>(linker, host_getter)?; in add_to_linker()
254 pub mod http_fetch { module
H A Dshare-types_async.rs174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore + Send, in add_to_linker()
175 for<'a> D::Data<'a>: foo::foo::http_types::Host + http_fetch::Host + Send, in add_to_linker()
179 http_fetch::add_to_linker::<T, D>(linker, host_getter)?; in add_to_linker()
254 pub mod http_fetch { module
H A Dshare-types_concurrent.rs174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore + Send, in add_to_linker()
175 for<'a> D::Data<'a>: foo::foo::http_types::Host + http_fetch::Host + Send, in add_to_linker()
179 http_fetch::add_to_linker::<T, D>(linker, host_getter)?; in add_to_linker()
254 pub mod http_fetch { module
H A Dshare-types_tracing_async.rs174 D: foo::foo::http_types::HostWithStore + http_fetch::HostWithStore + Send, in add_to_linker()
175 for<'a> D::Data<'a>: foo::foo::http_types::Host + http_fetch::Host + Send, in add_to_linker()
179 http_fetch::add_to_linker::<T, D>(linker, host_getter)?; in add_to_linker()
254 pub mod http_fetch { module