Type Alias bevy::ecs::system::lifetimeless::Read

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

A shorthand for writing &'static T.