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