pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;Expand description
A generic_once_cell::Lazy, initialized using RawInterruptSpinMutex.
Aliased Typeยง
pub struct InterruptLazy<T, F = fn() -> T> { /* private fields */ }