pub type OutlivesPredicate<'db, T> = OutlivesPredicate<DbInterner<'db>, T>;
pub struct OutlivesPredicate<'db, T>(pub T, pub Region<'db>);
0: T
1: Region<'db>