Type Definition apecs::Ref

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

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