Struct rustc::middle::typeck::TypeAndSubsts[src]

pub struct TypeAndSubsts {
    pub substs: Substs,
    pub ty: t,
}

Fields

substs
ty