Component

Trait Component 

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

Any data structure can be a component

Implementors§

Source§

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