macro_rules! nros_platform_export_time {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_time_* delegating to <$ty as PlatformTime>.
macro_rules! nros_platform_export_time {
($ty:ty) => { ... };
}Emit nros_platform_time_* delegating to <$ty as PlatformTime>.