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