Skip to main content

ShowAddressResponse

Type Alias ShowAddressResponse 

Source
pub type ShowAddressResponse<C> = Result<Arc<UserContactLinkResponse>, <C as ClientApi>::Error>;

Aliased Type§

pub enum ShowAddressResponse<C> {
    Ok(Arc<UserContactLinkResponse>),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(Arc<UserContactLinkResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value