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