Function syn::visit::visit_expr

source ·
pub fn visit_expr<'ast, V: Visit<'ast> + ?Sized>(
    _visitor: &mut V,
    _i: &'ast Expr
)