Function rustc::metadata::tydecode::parse_ty_data[src]
pub fn parse_ty_data(data: &[u8], crate_num: CrateNum, pos: uint, tcx: &ctxt, conv: conv_did) -> t
pub fn parse_ty_data(data: &[u8], crate_num: CrateNum, pos: uint, tcx: &ctxt, conv: conv_did) -> t
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).