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