Function syn::visit::visit_expr_paren

source ·
pub fn visit_expr_paren<'ast, V>(v: &mut V, node: &'ast ExprParen)where
    V: Visit<'ast> + ?Sized,