pub type SResMut<T> = ResMut<'static, T>;
A ResMut with 'static lifetimes.
ResMut
'static
struct SResMut<T> { /* private fields */ }