pub fn is_else_clause(tcx: TyCtxt<'_>, expr: &Expr<'_>) -> bool
Checks if the given expression is the else clause of either an if or if let expression.
if
if let