bevy
0.15.0
In bevy::
ecs::
system::
lifetimeless
bevy
::
ecs
::
system
::
lifetimeless
Type Alias
Read
Copy item path
source
pub type Read<T> =
&'static T
;
Expand description
A shorthand for writing
&'static T
.