Macro jrsonnet_evaluator::parse_args[][src]

macro_rules! parse_args {
    ($ctx : expr, $fn_name : expr, $args : expr, $total_args : expr,
 [$($id : expr, $name : ident : $ty : expr $(=> $match : path) ?) ; + $(;) ?],
 $handler : block) => { ... };
}