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