Type Alias PlaceholderType
pub type PlaceholderType<'db> = Placeholder<DbInterner<'db>, BoundTy<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>>