Struct rustc::middle::trans::common::param_substs[src]
pub struct param_substs {
pub substs: Substs,
pub vtables: vtable_res,
}Fields
substs | |
vtables |
pub struct param_substs {
pub substs: Substs,
pub vtables: vtable_res,
}substs | |
vtables |
impl param_substsfn empty() -> param_substsfn validate(&self)impl Repr for param_substs
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).