macro_rules! define_file_types {
(
$name:ident,
$fallback:ident,
$($feature:literal $variant:ident,)*
) => { ... };
}macro_rules! define_file_types {
(
$name:ident,
$fallback:ident,
$($feature:literal $variant:ident,)*
) => { ... };
}