Type Alias atspi_common::Result
source · pub type Result<T> = Result<T, AtspiError>;
Aliased Type§
enum Result<T> {
Ok(T),
Err(AtspiError),
}
pub type Result<T> = Result<T, AtspiError>;
enum Result<T> {
Ok(T),
Err(AtspiError),
}