☰
bevy
0.13.0
Read
In bevy::ecs::system::lifetimeless
?
Type Alias
bevy
::
ecs
::
system
::
lifetimeless
::
Read
source
·
[
−
]
pub type Read<T> =
&'static T
;
Expand description
A shorthand for writing
&'static T
.