pub type InterruptOnceCell<T> = OnceCell<RawInterruptSpinMutex, T>;
Expand description

Aliased Type§

struct InterruptOnceCell<T>(/* private fields */);