Function rustc::middle::trans::common::resolve_param_vtables_under_param_substs[src]
pub fn resolve_param_vtables_under_param_substs(tcx: &ctxt, param_substs: ¶m_substs, ds: &vtable_param_res) -> vtable_param_res
pub fn resolve_param_vtables_under_param_substs(tcx: &ctxt, param_substs: ¶m_substs, ds: &vtable_param_res) -> vtable_param_res
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).