rustc_
ast
1.84.0-nightly
(86d69c705 2024-10-22)
In rustc_
ast::
visit
rustc_ast
::
visit
Function
walk_format_args
Copy item path
source
pub fn walk_format_args<'a, V:
Visitor
<'a>>( visitor:
&mut V
, fmt: &'a
FormatArgs
, ) -> V::
Result