Function easy_plugin::extractor::expr_to_loop []

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

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