rustc::metadata::decoder::DecodeInlinedItem[src]
type DecodeInlinedItem<'a> = |cdata: Cmd, tcx: &ctxt, path: Vec<PathElem>, par_doc: Doc|: 'a -> Result<InlinedItem, Vec<PathElem>>;
type DecodeInlinedItem<'a> = |cdata: Cmd, tcx: &ctxt, path: Vec<PathElem>, par_doc: Doc|: 'a -> Result<InlinedItem, Vec<PathElem>>;
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).