Skip to main content

define_file_types

Macro define_file_types 

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