Trait mz_ore::display::DisplayExt
source · pub trait DisplayExt {
fn to_string_alt(&self) -> String;
}Expand description
Extension methods for std::fmt::Display.
Required Methods§
sourcefn to_string_alt(&self) -> String
fn to_string_alt(&self) -> String
Formats an object with the “alternative” format ({:#}) and returns it.