Type Alias bevy_internal::ecs::system::lifetimeless::Read
source · pub type Read<T> = &'static T;
Expand description
A shorthand for writing &'static T
.
pub type Read<T> = &'static T;
A shorthand for writing &'static T
.