Type Definition apecs::Mut

source · []
pub type Mut<T> = &'static mut T;
Expand description

Alias for &'static mut T for folks with wrist pain.