Type Alias rustc_middle::query::erase::Erase
source · pub type Erase<T: EraseType> = Erased<impl Copy>;
Aliased Type§
struct Erase<T: EraseType> {
data: MaybeUninit<impl Copy>,
}
Fields§
§data: MaybeUninit<impl Copy>
Trait Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.