Trait rustc_borrowck::diagnostics::bound_region_errors::ToUniverseInfo[][src]

pub(crate) trait ToUniverseInfo<'tcx> {
    fn to_universe_info(
        self,
        base_universe: UniverseIndex
    ) -> UniverseInfo<'tcx>; }

Required methods

Implementations on Foreign Types

Implementors