Function geo_rust::get_postal_data

source ·
pub fn get_postal_data(country: Country) -> Vec<PostalData>
Expand description

Get Postal data for a specific country.

§Arguments

  • country - A Country enum representing the country.

§Returns

A Vec of PostalData structs.