Skip to main content

PrepareAutomationResult

Type Alias PrepareAutomationResult 

Source
pub type PrepareAutomationResult = Result<PreparedAutomation, PrepareAutomationError>;

Aliased Type§

pub enum PrepareAutomationResult {
    Ok(PreparedAutomation),
    Err(PrepareAutomationError),
}

Variants§

§1.0.0

Ok(PreparedAutomation)

Contains the success value

§1.0.0

Err(PrepareAutomationError)

Contains the error value