pub type MainResult = Result<()>;
Return value for the main function.
enum MainResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value