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

pub trait TransNormalize<'gcx>: TypeFoldable<'gcx> {
    fn trans_normalize<'a, 'tcx>(&self,
                                 infcx: &InferCtxt<'a, 'gcx, 'tcx>)
                                 -> Self; }
🔬 This is a nightly-only experimental API. (rustc_private)

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

Required Methods

🔬 This is a nightly-only experimental API. (rustc_private)

Implementors