worldwide/region

Types

Continental region a country belongs to.

pub type Region {
  Africa
  Americas
  Antarctic
  AntarcticOcean
  Asia
  Europe
  Oceania
  Polar
}

Constructors

  • Africa
  • Americas
  • Antarctic
  • AntarcticOcean
  • Asia
  • Europe
  • Oceania
  • Polar

Values

pub fn to_string(raw: Region) -> String

Render a Region as its stored String value.

Search Document