pub trait ToFormatting {
// Required method
fn to_formatting(&self) -> Formatting;
}
Expand description
Allow every struct with formatting properties to convert to a Formatting
.
Required Methods§
sourcefn to_formatting(&self) -> Formatting
fn to_formatting(&self) -> Formatting
Obtain a Formatting
.