Function easy_plugin::extractor::expr_to_while []

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

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