Function rustc_ast::visit::walk_fn

source ยท
pub fn walk_fn<'a, V: Visitor<'a>>(
    visitor: &mut V,
    kind: FnKind<'a>,
) -> V::Result