syn::visit

Function visit_expr_try

Source
pub fn visit_expr_try<'ast, V>(v: &mut V, node: &'ast ExprTry)
where V: Visit<'ast> + ?Sized,