pub type Void = Res<()>;
A helper type for void results.
pub enum Void { Ok(()), Err(Error), }
Contains the success value
Contains the error value