macro_rules! nros_platform_export_yield {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_yield_now delegating to
<$ty as PlatformYield>.
macro_rules! nros_platform_export_yield {
($ty:ty) => { ... };
}Emit nros_platform_yield_now delegating to
<$ty as PlatformYield>.