rustc_
ast
1.90.0-nightly
(35f603652 2025-06-29)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_capture_by
Copy item path
Source
fn walk_capture_by<'a, V:
Visitor
<'a>>( vis:
&mut V
, capture_by: &'a
CaptureBy
, ) -> V::
Result