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