SingletonCell

Type Alias SingletonCell 

Source
pub type SingletonCell<Key, T> = SCell<Key, T>;
Expand description

A more verbose alias for SCell

Aliased Typeยง

pub struct SingletonCell<Key, T> { /* private fields */ }