Skip to main content

AddGroupRelaysResponse

Type Alias AddGroupRelaysResponse 

Source
pub type AddGroupRelaysResponse<C> = Result<ApiAddGroupRelaysResponse, <C as ClientApi>::Error>;

Aliased Type§

pub enum AddGroupRelaysResponse<C> {
    Ok(ApiAddGroupRelaysResponse),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(ApiAddGroupRelaysResponse)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value