Type Alias PlaceholderType

Source
pub type PlaceholderType = Placeholder<BoundTy>;
Expand description

Aliased Type§

pub struct PlaceholderType {
    pub universe: usize,
    pub bound: BoundTy,
}

Fields§

§universe: usize§bound: BoundTy