Function easy_plugin::extractor::expr_to_repeat []

pub fn expr_to_repeat(expr: &Expr) -> Result<(P<Expr>, P<Expr>), (Span, String)>

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