pub trait FormatNested {
// Required method
fn fmt_nested(
&self,
f: &mut Formatter<'_>,
lean_cx: &LeanCtxt<'_, '_, '_>,
fmt_cx: &mut ConstraintFormatter,
) -> Result;
}pub trait FormatNested {
// Required method
fn fmt_nested(
&self,
f: &mut Formatter<'_>,
lean_cx: &LeanCtxt<'_, '_, '_>,
fmt_cx: &mut ConstraintFormatter,
) -> Result;
}