Function easy_plugin::extractor::expr_to_while_let []

pub fn expr_to_while_let(expr: &Expr)
                         -> Result<(P<Pat>, P<Expr>, P<Block>, Option<Spanned<Ident>>), (Span, String)>

Returns the ExprKind::WhileLet values in the supplied Expr.