Skip to main content

CreateGroupLinkResult

Type Alias CreateGroupLinkResult 

Source
pub type CreateGroupLinkResult<C> = Result<Arc<GroupLinkCreatedResponse>, <C as ClientApi>::Error>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<GroupLinkCreatedResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value