pub trait ChineseCurrency {
    fn to_chinese_currency(self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Implementors§