[][src]Macro graviton_ast::make_fn_sig

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