pub type Result = Result;
Alias type to a formatting result.
pub enum Result { Ok(()), Err(Error), }
Contains the success value
Contains the error value