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