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