Type Alias bevy_ecs::system::lifetimeless::Write

source ยท
pub type Write<T> = &'static mut T;
Expand description

A shorthand for writing &'static mut T.