Skip to main content

HelloWorldImportsWithStore

Trait HelloWorldImportsWithStore 

Source
pub trait HelloWorldImportsWithStore<T>: HasData { }
Available on crate feature component-model and crate feature runtime and (docsrs) only.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

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