pub fn get_state_by_code(code: &str) -> Result<&'static str, FiscalError>Expand description
Get the UF abbreviation for an IBGE numeric code.
ยงErrors
Returns FiscalError::InvalidStateCode if code is not a known
IBGE numeric state code.
pub fn get_state_by_code(code: &str) -> Result<&'static str, FiscalError>Get the UF abbreviation for an IBGE numeric code.
Returns FiscalError::InvalidStateCode if code is not a known
IBGE numeric state code.