Function rustc::metadata::csearch::each_lang_itemUnstable
[-] [+]
[src]
pub fn each_lang_item<F>(cstore: &CStore, cnum: CrateNum, f: F) -> bool where F: FnMut(NodeId, usize) -> bool
Iterates over all the language items in the given crate.