Function rustc::metadata::tydecode::parse_state_from_data[src]
pub fn parse_state_from_data<'a>(data: &'a [u8], crate_num: CrateNum, pos: uint, tcx: &'a ctxt) -> PState<'a>
pub fn parse_state_from_data<'a>(data: &'a [u8], crate_num: CrateNum, pos: uint, tcx: &'a ctxt) -> PState<'a>
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).