Skip to main content

LeaveGroupResponse

Type Alias LeaveGroupResponse 

Source
pub type LeaveGroupResponse<C> = Result<Arc<LeftMemberUserResponse>, <C as ClientApi>::Error>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<LeftMemberUserResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value