in pyo3_special_method_derive/src/lib.rs [266:268]
fn fmt_display(&self) -> String { do_format('{', '}', self.iter().map(|v| v.fmt_display())) }