pub fn expr_contains_ident(expr: &Expr, ident: &Ident) -> bool
Check if a Expr contains the given Ident.
Expr
Ident