pub type DeviceMonitorGetCountryResult = Result<GetCountryResponse, i32>;
Aliased Type§
pub enum DeviceMonitorGetCountryResult {
Ok(GetCountryResponse),
Err(i32),
}
pub type DeviceMonitorGetCountryResult = Result<GetCountryResponse, i32>;
pub enum DeviceMonitorGetCountryResult {
Ok(GetCountryResponse),
Err(i32),
}