fn fmt_display()

in pyo3_special_method_derive/src/lib.rs [232:234]


    fn fmt_display(&self) -> String {
        self.get().fmt_display()
    }