Function frame_support_procedural_tools::syn_ext::expr_contains_ident
source ยท pub fn expr_contains_ident(expr: &Expr, ident: &Ident) -> bool
Expand description
Check if a Expr
contains the given Ident
.
pub fn expr_contains_ident(expr: &Expr, ident: &Ident) -> bool
Check if a Expr
contains the given Ident
.