Searched refs:http_fetch (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | share-types.rs | 174 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 D | share-types_async.rs | 174 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 D | share-types_concurrent.rs | 174 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 D | share-types_tracing_async.rs | 174 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
|