Function easy_plugin::extractor::expr_to_field []

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

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