Skip to main content

if_separate_provide_extern

Macro if_separate_provide_extern 

Source
macro_rules! if_separate_provide_extern {
    ([] $then:tt $no:tt) => { ... };
    ([(separate_provide_extern) $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
    ([$other:tt $($modifiers:tt)*] $yes:tt $no:tt) => { ... };
}