[][src]Macro graviton_ast::make_fn_sig

macro_rules! make_fn_sig {
    (fn ( $( $type_:ident ),* ): $ret:ident) => { ... };
}