Trait Other Format Constructor
Source pub trait OtherFormatConstructor {
// Required method
fn other_format(self) -> Other;
}Expand description
Other formatted value constructor trait.
Required Methods§
Sourcefn other_format(self) -> Other
fn other_format(self) -> Other
Builds an Other formatted value from self.