Function easy_plugin::extractor::expr_to_tup []

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

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