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