Skip to main content

once_const

Function once_const 

Source
pub fn once_const<T, const N: usize>(init: impl FnOnce() -> T) -> &'static T
where T: 'static + Send + Sync,
Expand description

Lazily-initialized const-keyed generic static in the DefaultNamespace.