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