Function easy_plugin::extractor::expr_to_tup_field []

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

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