Enum rustc_typeck::middle::ty::ast_ty_to_ty_cache_entryExperimental [-]  [+] [src]

pub enum ast_ty_to_ty_cache_entry<'tcx> {
    atttce_unresolved,
    atttce_resolved(&'tcx TyS<'tcx>),
}

Variants

atttce_unresolved
atttce_resolved

Trait Implementations

Derived Implementations

impl<'tcx> Copy for ast_ty_to_ty_cache_entry<'tcx>