bevy
0.15.2
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
.