Skip to main content

HostWithStore

Trait HostWithStore 

pub trait HostWithStore<T>:
    HasData
    + HostPollableWithStore<T>
    + Send { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

§

impl<H, T> HostWithStore<T> for H