Searched refs:HostFallibleWithStore (Results 1 – 4 of 4) sorted by relevance
471 pub trait HostFallibleWithStore: wasmtime::component::HasData {} interface472 impl<_T: ?Sized> HostFallibleWithStore for _T504 …pub trait HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore {}508 + HostFallibleWithStore,
467 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send { interface485 …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()
522 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send {} interface523 impl<_T: ?Sized> HostFallibleWithStore for _T559 …it HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore + Send {}563 + HostFallibleWithStore + Send,
585 pub trait HostFallibleWithStore: wasmtime::component::HasData + Send {} trait586 impl<_T: ?Sized> HostFallibleWithStore for _T622 …it HostWithStore: wasmtime::component::HasData + HostBarWithStore + HostFallibleWithStore + Send {}626 + HostFallibleWithStore + Send,