rustc_ast::visit

Function walk_crate

source
pub fn walk_crate<'a, V: Visitor<'a>>(
    visitor: &mut V,
    krate: &'a Crate,
) -> V::Result