Function easy_plugin::extractor::expr_to_break []

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

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