macro_rules! nros_platform_export_sleep {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_sleep_{us,ms,s} delegating to
<$ty as PlatformSleep>.
macro_rules! nros_platform_export_sleep {
($ty:ty) => { ... };
}Emit nros_platform_sleep_{us,ms,s} delegating to
<$ty as PlatformSleep>.