pub trait FmtIface: Display {
// Required methods
fn fmt_output(&self) -> String;
fn fmt_call_target(&self) -> String;
}pub trait FmtIface: Display {
// Required methods
fn fmt_output(&self) -> String;
fn fmt_call_target(&self) -> String;
}