Type Definition bevy::ecs::system::lifetimeless::SRes

pub type SRes<T> = Res<'static, T>;
Expand description

A Res with 'static lifetimes.