Skip to main content

JoinGroupResponse

Type Alias JoinGroupResponse 

Source
pub type JoinGroupResponse<C> = Result<Arc<UserAcceptedGroupSentResponse>, <C as ClientApi>::Error>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<UserAcceptedGroupSentResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value