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