bevy_ecs::system::lifetimeless

Type Alias Read

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

A shorthand for writing &'static T.