Function rustc_ast::visit::walk_fn_decl

source ยท
pub fn walk_fn_decl<'a, V: Visitor<'a>>(
    visitor: &mut V,
    _: &'a FnDecl,
) -> V::Result