macro_rules! nros_platform_export_critical_section {
($ty:ty) => { ... };
}Expand description
Phase 121.9 — emit the two nros_platform_critical_section_*
symbols by delegating to the caller’s PlatformCriticalSection
impl.
macro_rules! nros_platform_export_critical_section {
($ty:ty) => { ... };
}Phase 121.9 — emit the two nros_platform_critical_section_*
symbols by delegating to the caller’s PlatformCriticalSection
impl.