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

A more verbose alias for SCell