rustc_trait_selection::infer::canonical::ir::inherent

Trait BoundVarLike

pub trait BoundVarLike<I>
where I: Interner,
{ // Required methods fn var(self) -> BoundVar; fn assert_eq(self, var: <I as Interner>::BoundVarKind); }

Required Methods§

fn var(self) -> BoundVar

fn assert_eq(self, var: <I as Interner>::BoundVarKind)

Implementations on Foreign Types§

Source§

impl<'tcx> BoundVarLike<TyCtxt<'tcx>> for BoundRegion

Source§

impl<'tcx> BoundVarLike<TyCtxt<'tcx>> for BoundTy

Implementors§

§

impl<I> BoundVarLike<I> for BoundVar
where I: Interner,