Mut

Type Alias Mut 

Source
pub type Mut<T> = &'static mut T;
Expand description

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