1 2 3 4 5 6 7 8 9 10 11 12 13 14
#[inline] pub(crate) fn _get_currency_code() -> String { String::new() } #[inline] pub(crate) fn _get_decimal_separator() -> String { String::from(".") } #[inline] pub(crate) fn _get_thousands_separator() -> String { String::from(",") }