Trait flax::ComponentValue

source ·
pub trait ComponentValue: Send + Sync + 'static { }
Expand description

Trait alias for a ’static + Send + Sync type which can be used as a component.

Implementors§

source§

impl<T> ComponentValue for Twhere T: Send + Sync + 'static,