Skip to main content

SingletonSingleThread

Type Alias SingletonSingleThread 

Source
pub type SingletonSingleThread<T> = SingletonOf<SingleThreadCell<LazyCell<T>>>;
Expand description

Single thread singleton

Aliased Typeยง

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