Function clippy_utils::visitors::find_all_ret_expressions

source ยท
pub fn find_all_ret_expressions<'hir, F>(
    _cx: &LateContext<'_>,
    expr: &'hir Expr<'hir>,
    callback: F,
) -> bool
where F: FnMut(&'hir Expr<'hir>) -> bool,