Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dresources-import.rs471 pub trait HostFallibleWithStore: wasmtime::component::HasData {} interface
472 impl<_T: ?Sized> HostFallibleWithStore for _T
504 …pub trait HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore {}
508 + HostFallibleWithStore,
H A Dresources-import_concurrent.rs467 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send { interface
485 …ait HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore + Send {
608 HostFallibleWithStore::drop( in add_to_linker()
910 let r = <D as HostFallibleWithStore>::new(host).await; in add_to_linker()
H A Dresources-import_async.rs522 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send {} interface
523 impl<_T: ?Sized> HostFallibleWithStore for _T
559 …it HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore + Send {}
563 + HostFallibleWithStore + Send,
H A Dresources-import_tracing_async.rs585 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send {} trait
586 impl<_T: ?Sized> HostFallibleWithStore for _T
622 …it HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore + Send {}
626 + HostFallibleWithStore + Send,