Enum rustc::middle::trans::type_of::named_ty[src]

pub enum named_ty {
    a_struct,
    an_enum,
}

Variants

a_struct
an_enum