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