TaskResult

Type Alias TaskResult 

Source
pub type TaskResult = Result<(), RARTError>;

Aliased Type§

pub enum TaskResult {
    Ok(()),
    Err(RARTError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RARTError)

Contains the error value