macro_rules! nros_platform_export_random {
($ty:ty) => { ... };
}Expand description
Emit nros_platform_random_* delegating to <$ty as PlatformRandom>.
macro_rules! nros_platform_export_random {
($ty:ty) => { ... };
}Emit nros_platform_random_* delegating to <$ty as PlatformRandom>.