Enum rustc::middle::ty::ast_ty_to_ty_cache_entry[src]
pub enum ast_ty_to_ty_cache_entry {
atttce_unresolved,
atttce_resolved(t),
}Variants
atttce_unresolved | |
atttce_resolved |
pub enum ast_ty_to_ty_cache_entry {
atttce_unresolved,
atttce_resolved(t),
}atttce_unresolved | |
atttce_resolved |
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).