bevy_
ecs
0.14.2
In bevy_
ecs::
system::
lifetimeless
Type Aliases
Read
SCommands
SQuery
SRes
SResMut
Write
bevy_ecs
::
system
::
lifetimeless
Type Alias
Read
Copy item path
Settings
Help
Summary
Source
pub type Read<T> =
&'static T
;
Expand description
A shorthand for writing
&'static T
.