Type Alias PlaceholderConst
pub type PlaceholderConst = Placeholder<BoundConst>;Aliased Type§
pub struct PlaceholderConst {
pub universe: UniverseIndex,
pub bound: BoundConst,
}Fields§
§universe: UniverseIndex§bound: BoundConstpub type PlaceholderConst = Placeholder<BoundConst>;pub struct PlaceholderConst {
pub universe: UniverseIndex,
pub bound: BoundConst,
}universe: UniverseIndex§bound: BoundConst