pub type PrepareAutomationResult = Result<PreparedAutomation, PrepareAutomationError>;Aliased Type§
pub enum PrepareAutomationResult {
Ok(PreparedAutomation),
Err(PrepareAutomationError),
}Variants§
Ok(PreparedAutomation)
Contains the success value
Err(PrepareAutomationError)
Contains the error value