Trait rustc_middle::ty::BoundVars

source ·
pub trait BoundVars<I>
where I: Interner,
{ // Required methods fn bound_vars(&self) -> <I as Interner>::BoundVars; fn has_no_bound_vars(&self) -> bool; }

Required Methods§

Implementors§

source§

impl<'tcx, T> BoundVars<TyCtxt<'tcx>> for Binder<'tcx, T>