Skip to main content

BoundTy

Type Alias BoundTy 

pub type BoundTy<'db> = BoundTy<DbInterner<'db>>;

Aliased Type§

pub struct BoundTy<'db> {
    pub var: BoundVar,
    pub kind: BoundTyKind<DbInterner<'db>>,
}

Fields§

§var: BoundVar§kind: BoundTyKind<DbInterner<'db>>