Function rustc_traits::type_op::type_op_normalize

source ·
fn type_op_normalize<'tcx, T>(
    ocx: &ObligationCtxt<'_, 'tcx>,
    key: ParamEnvAnd<'tcx, Normalize<T>>
) -> Result<T, NoSolution>
where T: Debug + TypeFoldable<TyCtxt<'tcx>> + Lift<'tcx>,