expr_contains_ident

Function expr_contains_ident 

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

Check if a Expr contains the given Ident.