pub type SharedComponent = Arc<dyn Component + Send + Sync>;
A Component that can be easily cloned and shared.
pub struct SharedComponent { /* private fields */ }