Function easy_plugin::extractor::expr_to_vec []

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

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