walk_fn_decl
rustc_
ast
1.91.0-nightly
(7ad23f43a 2025-09-09)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_
fn_
decl
Copy item path
Source
pub fn walk_fn_decl<'a, V:
Visitor
<'a>>( visitor:
&mut V
, node: &'a
FnDecl
, ) -> V::
Result