pub fn crate_symbols(
db: &dyn HirDatabase,
krate: Crate,
) -> Box<[&SymbolIndex<'_>]>Expand description
The symbol indices of modules that make up a given crate.
pub fn crate_symbols(
db: &dyn HirDatabase,
krate: Crate,
) -> Box<[&SymbolIndex<'_>]>The symbol indices of modules that make up a given crate.