Function rustc::metadata::decoder::each_lang_itemUnstable
[-] [+]
[src]
pub fn each_lang_item<F>(cdata: Cmd, f: F) -> bool where F: FnMut(NodeId, usize) -> bool
Iterates over the language items in the given crate.