pub type TaskResult = Result<(), RARTError>;
pub enum TaskResult { Ok(()), Err(RARTError), }
Contains the success value
Contains the error value