Function rustc::metadata::csearch::each_lang_itemExperimental [-]  [+] [src]

pub fn each_lang_item<F>(cstore: &CStore, cnum: CrateNum, f: F) -> bool where F: FnMut(NodeId, uint) -> bool

Iterates over all the language items in the given crate.