fn fmt_debug()

in pyo3_special_method_derive/src/lib.rs [44:48]


    fn fmt_debug(&self) -> String;
}

/// Types which can be displayed into the `__str__` implementation.
pub trait PyDisplay {