pub(crate) trait ToUniverseInfo<'tcx> {
// Required method
fn to_universe_info(
self,
base_universe: UniverseIndex,
) -> UniverseInfo<'tcx>;
}Required Methods§
fn to_universe_info(self, base_universe: UniverseIndex) -> UniverseInfo<'tcx>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".