Macro winit_test::main

source ·
macro_rules! main {
    ($ty:ty => $($test:expr),*) => { ... };
    ($($tt:tt)*) => { ... };
}
Expand description

The whole point.