Component

Trait Component 

Source
pub trait Component: Send + 'static { }

Implementors§

Source§

impl<C: 'static + Send> Component for C