- API ›
- Constructors ›
- Help ›
- Country
Country
---types--- help.country#c3878e23 hidden:flags.0?true iso2:string default_name:string name:flags.1?string country_codes:Vector<help.CountryCode> = help.Country
Belongs to
| help.Country |
In Rust this constructor is a variant of the enums::help.Country enum.
Match on it with: if let enums::help.Country::Country(v) = result { ... }