Type Alias hax_frontend_exporter::PlaceholderType

source ·
pub type PlaceholderType = Placeholder<BoundTy>;
Expand description

Aliased Type§

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

Fields§

§universe: usize§bound: BoundTy