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

Implementors§

source§

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