pub trait Component: Send + Sync + 'static { }
Expand description

The Component trait

Implementors