pub type Result = Result;
The result type for this crate.
pub enum Result { Ok(()), Err(Error), }
Contains the success value
Contains the error value