pub type Result<T> = Result<T, HardwareQueryError>;
Expand description
Result type for hardware query operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(HardwareQueryError),
}
pub type Result<T> = Result<T, HardwareQueryError>;
Result type for hardware query operations
pub enum Result<T> {
Ok(T),
Err(HardwareQueryError),
}