1 2 3 4 5
match result { Err(_) => {{ ret_ty }}::Continue, Ok(val) => php_visit_result_with_template(&val, {{ tmpl_vars_expr }}), } }