Skip to main content

HostWithStore

Trait HostWithStore 

pub trait HostWithStore<T>: HasData + HostErrorWithStore<T> { }

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
where H: HasData + HostErrorWithStore<T> + ?Sized,