rustc_traits::type_op

Function 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>>,