Skip to main content

HostWasmFuncWithStore

Trait HostWasmFuncWithStore 

Source
pub trait HostWasmFuncWithStore<T>: HasData + Send { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<H, T> HostWasmFuncWithStore<T> for H
where H: HasData + Send + ?Sized,