pub trait HasRegionID {
// Required method
fn get_region_id(&self) -> &str;
}
Expand description
An object which is associated with a single region
Required Methods§
Sourcefn get_region_id(&self) -> &str
fn get_region_id(&self) -> &str
Get the associated region ID