pub type PlaceholderType<'db> = PlaceholderType<DbInterner<'db>>;Aliased Type§
pub struct PlaceholderType<'db> {
pub universe: UniverseIndex,
pub bound: BoundTy<DbInterner<'db>>,
/* private fields */
}Fields§
§universe: UniverseIndex§bound: BoundTy<DbInterner<'db>>