Function contains_eval

Source
pub fn contains_eval<N>(node: &N, include_with: bool) -> bool
where N: VisitWith<EvalFinder>,