Trait rustc::infer::TransNormalize [] [src]

pub trait TransNormalize<'gcx>: TypeFoldable<'gcx> {
    fn trans_normalize<'a, 'tcx>(&self, infcx: &InferCtxt<'a, 'gcx, 'tcx>) -> Self;
}
Unstable (rustc_private)

Helper trait for shortening the lifetimes inside a value for post-type-checking normalization.

Required Methods

fn trans_normalize<'a, 'tcx>(&self, infcx: &InferCtxt<'a, 'gcx, 'tcx>) -> Self

Unstable (rustc_private)

Implementors