pub trait HostWithStore<T>:
HasData
+ HostDebuggeeWithStore<T>
+ HostEventFutureWithStore<T>
+ HostInstanceWithStore<T>
+ HostModuleWithStore<T>
+ HostMemoryWithStore<T>
+ HostGlobalWithStore<T>
+ HostTableWithStore<T>
+ HostWasmFuncWithStore<T>
+ HostWasmExceptionWithStore<T>
+ HostWasmTagWithStore<T>
+ HostFrameWithStore<T>
+ HostWasmValueWithStore<T>
+ Send { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".