Type Alias InterruptLazy

Source
pub type InterruptLazy<T, F = fn() -> T> = Lazy<RawInterruptSpinMutex, T, F>;
Expand description

Aliased Typeยง

struct InterruptLazy<T, F = fn() -> T> { /* private fields */ }