pub trait ComponentValue: Send + Sync + 'static { }
Trait alias for a ’static + Send + Sync type which can be used as a component.