Function syntax::ast_map::map_decoded_itemUnstable [-] [+] [src]

pub fn map_decoded_item<'ast, F: FoldOps>(map: &Map<'ast>, path: Vec<PathElem>, ii: InlinedItem, fold_ops: F) -> &'ast InlinedItem

Used for items loaded from external crate that are being inlined into this crate. The path should be the path to the item but should not include the item itself.