- API ›
- Constructors ›
- NearestDc
NearestDc
---types--- nearestDc#8e1a1775 country:string this_dc:int nearest_dc:int = NearestDc
Belongs to
| NearestDc |
In Rust this constructor is a variant of the enums::NearestDc enum.
Match on it with: if let enums::NearestDc::NearestDc(v) = result { ... }