bevy_
ecs
0.14.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
.