pub fn expr_contains_ident(expr: &Expr, ident: &Ident) -> bool
Expand description

Check if a Expr contains the given Ident.