Ref

Type Alias Ref 

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

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