Function easy_plugin::extractor::expr_to_path []

pub fn expr_to_path(expr: &Expr)
                    -> Result<(Option<QSelf>, Path), (Span, String)>

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