rustc::metadata::decoder::DecodeInlinedItemUnstable
[-] [+]
[src]
type DecodeInlinedItem<'a> = Box<for<'tcx> FnMut(Cmd, &ctxt<'tcx>, Vec<PathElem>, Doc) -> Result<&'tcx InlinedItem, Vec<PathElem>> + 'a>;