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