Function rustc_ast::visit::walk_format_args

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