Function easy_plugin::extractor::expr_to_continue []

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

Returns the ExprKind::Continue value in the supplied Expr.