pub fn ser_currency_code<S>(
    currency_code: &str,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
Expand description

serialize currency code (ISO-4217) return an error if unrecognized currency code