pub type AtspiResult<T> = Result<T, AtspiError>;Expand description
A wrapper for results whose error type is AtspiError.
Aliased Type§
pub enum AtspiResult<T> {
Ok(T),
Err(AtspiError),
}pub type AtspiResult<T> = Result<T, AtspiError>;A wrapper for results whose error type is AtspiError.
pub enum AtspiResult<T> {
Ok(T),
Err(AtspiError),
}