Type Definition singleton_cell::SingletonCell [−][src]
pub type SingletonCell<Key, T> = SCell<Key, T>;Expand description
A more verbose alias for SCell
pub type SingletonCell<Key, T> = SCell<Key, T>;A more verbose alias for SCell