Skip to main content

HostGlobalWithStore

Trait HostGlobalWithStore 

Source
pub trait HostGlobalWithStore<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> HostGlobalWithStore<T> for H
where H: HasData + Send + ?Sized,