Skip to main content

SetContactCustomDataResponse

Type Alias SetContactCustomDataResponse 

Source
pub type SetContactCustomDataResponse<C> = Result<Arc<CmdOkResponse>, <C as ClientApi>::Error>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<CmdOkResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value