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