Trait rustc_middle::ty::DebugWithInfcx
source · pub trait DebugWithInfcx<I>: Debugwhere
I: Interner,{
// Required method
fn fmt<Infcx>(
this: WithInfcx<'_, Infcx, &Self>,
f: &mut Formatter<'_>
) -> Result<(), Error>
where Infcx: InferCtxtLike<Interner = I>;
}
Required Methods§
fn fmt<Infcx>(
this: WithInfcx<'_, Infcx, &Self>,
f: &mut Formatter<'_>
) -> Result<(), Error>where
Infcx: InferCtxtLike<Interner = I>,
Object Safety§
This trait is not object safe.