Macro rusticata_macros::gen_call [] [src]

macro_rules! gen_call {
    (($i:expr, $idx:expr), $fun:expr) => { ... };
    (($i:expr, $idx:expr), $fun:expr, $($args:expr),* ) => { ... };
}