crate_symbols

Function crate_symbols 

Source
pub fn crate_symbols(
    db: &dyn HirDatabase,
    krate: Crate,
) -> Box<[&SymbolIndex<'_>]>
Expand description

The symbol indices of modules that make up a given crate.