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