Skip to main content

fn_selector

Macro fn_selector 

Source
macro_rules! fn_selector {
    ($fn_name: ident ( $($fn_arg: ty),* )  ) => { ... };
}