Type Alias bones_lib::prelude::CompMut

pub type CompMut<'a, T> = RefMut<'a, ComponentStore<T>>;
Expand description

SystemParam for getting mutable access to a ComponentStore.

Aliased Typeยง

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