Function rustc_trans::metadata::csearch::each_lang_itemUnstable [-] [+] [src]

pub fn each_lang_item<F>(cstore: &CStore, cnum: u32, f: F) -> bool where F: FnMut(u32, usize) -> bool

Iterates over all the language items in the given crate.