pub trait DisplayWithContext<C: ?Sized> {
// Required method
fn fmt_with(&self, context: &C, f: &mut Formatter<'_>) -> Result;
}
pub trait DisplayWithContext<C: ?Sized> {
// Required method
fn fmt_with(&self, context: &C, f: &mut Formatter<'_>) -> Result;
}