Type Alias BoundConst
pub type BoundConst<'db> = BoundConst<DbInterner<'db>>;Aliased Type§
pub struct BoundConst<'db> {
pub var: BoundVar,
pub _tcx: PhantomData<fn() -> DbInterner<'db>>,
}Fields§
§var: BoundVar§_tcx: PhantomData<fn() -> DbInterner<'db>>