Skip to main content

AcceptMemberResponse

Type Alias AcceptMemberResponse 

Source
pub type AcceptMemberResponse<C> = Result<Arc<MemberAcceptedResponse>, <C as ClientApi>::Error>;

Aliased Type§

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

Variants§

§1.0.0

Ok(Arc<MemberAcceptedResponse>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value