Enum rustc::middle::trans::type_of::named_ty[src]
pub enum named_ty {
a_struct,
an_enum,
}Variants
a_struct | |
an_enum |
pub enum named_ty {
a_struct,
an_enum,
}a_struct | |
an_enum |
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).