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