rustc_ast::visit

Function walk_format_args

source
pub fn walk_format_args<'a, V: Visitor<'a>>(
    visitor: &mut V,
    fmt: &'a FormatArgs,
) -> V::Result