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