pub type CanonicalTypeOpDeeplyNormalizeGoal<'tcx, T> = CanonicalQueryInput<'tcx, ParamEnvAnd<'tcx, DeeplyNormalize<T>>>;Aliased Type§
pub struct CanonicalTypeOpDeeplyNormalizeGoal<'tcx, T> {
    pub canonical: Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, DeeplyNormalize<T>>>,
    pub typing_mode: TypingMode<TyCtxt<'tcx>>,
}Fields§
§canonical: Canonical<TyCtxt<'tcx>, ParamEnvAnd<'tcx, DeeplyNormalize<T>>>§typing_mode: TypingMode<TyCtxt<'tcx>>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.