pub type Result<T> = Result<T, AutomationError>;Expand description
Result alias for the automation crate.
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(AutomationError),
}pub type Result<T> = Result<T, AutomationError>;Result alias for the automation crate.
pub enum Result<T> {
Ok(T),
Err(AutomationError),
}