Function frame_support_procedural_tools::syn_ext::expr_contains_ident[][src]

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

Check if a Expr contains the given Ident.