ToGermanStr

Trait ToGermanStr 

Source
pub trait ToGermanStr {
    // Required method
    fn to_german_str(&self) -> GermanStr;
}
Expand description

Almost identical to ToString, but converts to GermanStr instead.

Required Methods§

Implementors§

Source§

impl<T> ToGermanStr for T
where T: Display + ?Sized,