pub trait PyDisplay {
// Required method
fn fmt_display(&self) -> String;
}
Expand description
Types which can be displayed into the __str__
implementation.
pub trait PyDisplay {
// Required method
fn fmt_display(&self) -> String;
}
Types which can be displayed into the __str__
implementation.