pub trait ToGermanStr {
// Required method
fn to_german_str(&self) -> GermanStr;
}Expand description
Almost identical to ToString, but converts to GermanStr instead.
pub trait ToGermanStr {
// Required method
fn to_german_str(&self) -> GermanStr;
}Almost identical to ToString, but converts to GermanStr instead.