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