Skip to main content

HostPollableWithStore

Trait HostPollableWithStore 

Source
pub trait HostPollableWithStore<T>: HasData { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

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