pub type DeviceMonitorGetCountryResult = Result<GetCountryResponse, i32>;

Aliased Type§

enum DeviceMonitorGetCountryResult {
    Ok(GetCountryResponse),
    Err(i32),
}

Variants§

§1.0.0

Ok(GetCountryResponse)

Contains the success value

§1.0.0

Err(i32)

Contains the error value