Function rustc::middle::trans::common::find_vtable[src]
pub fn find_vtable(tcx: &ctxt, ps: ¶m_substs, n_param: param_index, n_bound: uint) -> vtable_origin
pub fn find_vtable(tcx: &ctxt, ps: ¶m_substs, n_param: param_index, n_bound: uint) -> vtable_origin
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).