pub type DeleteAddressResponse<C> = Result<Arc<UserContactLinkDeletedResponse>, <C as ClientApi>::Error>;
pub enum DeleteAddressResponse<C> { Ok(Arc<UserContactLinkDeletedResponse>), Err(<C as ClientApi>::Error), }
Contains the success value
Contains the error value