pub trait PyDebug { // Required method fn fmt_debug(&self) -> String; }
Types which can be displayed into the __repr__ implementation.
__repr__