Comp

Type Alias Comp 

Source
pub type Comp<'a, T> = AtomicComponentStoreRef<'a, T>;
Expand description

SystemParam for getting read access to a ComponentStore.

Aliased Typeยง

pub struct Comp<'a, T> { /* private fields */ }