Function normalize
pub fn normalize<'tcx, T>(
tcx: TyCtxt<'tcx>,
typing_env: TypingEnv<'tcx>,
value: T,
) -> Twhere
T: TypeFoldable<TyCtxt<'tcx>> + Clone,Expand description
Normalize a value.
pub fn normalize<'tcx, T>(
tcx: TyCtxt<'tcx>,
typing_env: TypingEnv<'tcx>,
value: T,
) -> Twhere
T: TypeFoldable<TyCtxt<'tcx>> + Clone,Normalize a value.