pub trait ArgFormatter { // Required method fn arg_format(&self, buf: &mut Formatter, record: &Record<'_>) -> Result<()>; }