PlaceholderType

Type Alias PlaceholderType 

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

Reflects [ty::PlaceholderType]

Aliased Type§

pub struct PlaceholderType {
    pub bound: BoundTy,
}

Fields§

§bound: BoundTy