Trait intuicio_framework_ecs::Component

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

Implementors§

source§

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