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