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;
}
pub trait BoundVars<I>where
I: Interner,{
// Required methods
fn bound_vars(&self) -> <I as Interner>::BoundVars;
fn has_no_bound_vars(&self) -> bool;
}