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