Type Alias SRes

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

A Res with 'static lifetimes.

Aliased Typeยง

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