pub type PlaceholderType<I> = Placeholder<I, BoundTy<I>>;Aliased Type§
pub struct PlaceholderType<I> {
pub universe: UniverseIndex,
pub bound: BoundTy<I>,
/* private fields */
}Fields§
§universe: UniverseIndex§bound: BoundTy<I>Layout§
Note: Encountered an error during type layout; the type failed to be normalized.