bevy_ecs
0.14.2
Read
In bevy_ecs::system::lifetimeless
?
Settings
Type Alias
bevy_ecs
::
system
::
lifetimeless
::
Read
Copy item path
source
·
[
−
]
pub type Read<T> =
&'static T
;
Expand description
A shorthand for writing
&'static T
.