Trait Component

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

Implementors§

Source§

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