Function rustc::hir::map::map_decoded_item [] [src]

pub fn map_decoded_item<'ast, F: FoldOps>(map: &Map<'ast>, parent_def_path: DefPath, parent_def_id: DefId, ii: InlinedItem, fold_ops: F) -> &'ast InlinedItem
Unstable (rustc_private)

Used for items loaded from external crate that are being inlined into this crate.