RunResult

Type Alias RunResult 

Source
pub type RunResult = Result<(), RunError>;

Aliased Type§

pub enum RunResult {
    Ok(()),
    Err(RunError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RunError)

Contains the error value