Trait ore::display::DisplayExt [−][src]
pub trait DisplayExt {
fn to_string_alt(&self) -> String;
}
Expand description
Extension methods for std::fmt::Display
.
Required methods
fn to_string_alt(&self) -> String
fn to_string_alt(&self) -> String
Formats an object with the “alternative” format ({:#}
) and returns it.