pub type SingletonCell<Key, T> = SCell<Key, T>;
A more verbose alias for SCell
pub struct SingletonCell<Key, T> { /* private fields */ }