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

A Res with 'static lifetimes.

Aliased Type§

struct SRes<T> { /* private fields */ }