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