Skip to main content
walk_qself
rustc_
ast
1.97.0-beta.2
(0417c2586 2026-05-30)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
qself
Copy item path
Source
pub fn walk_qself<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
QSelf
, ) -> V::
Result