Function syn::visit::visit_expr_path

source ·
pub fn visit_expr_path<'ast, V>(v: &mut V, node: &'ast ExprPath)
where V: Visit<'ast> + ?Sized,
Available on crate feature visit and (crate features derive or full) only.