Type Alias bevy_ecs::system::lifetimeless::Read

source ยท
pub type Read<T> = &'static T;
Expand description

A shorthand for writing &'static T.