Trait rustc_infer::infer::canonical::ir::inherent::BoundVarLike

source ·
pub trait BoundVarLike<I>
where I: Interner,
{ // Required method fn var(self) -> BoundVar; }

Required Methods§

source

fn var(self) -> BoundVar

Implementations on Foreign Types§

source§

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

source§

fn var(self) -> BoundVar

source§

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

source§

fn var(self) -> BoundVar

Implementors§

source§

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