Skip to main content

GroupsResponse

Type Alias GroupsResponse 

Source
pub type GroupsResponse<C> = Result<Vec<GroupInfo>, <C as ClientApi>::Error>;

Aliased Type§

pub enum GroupsResponse<C> {
    Ok(Vec<GroupInfo>),
    Err(<C as ClientApi>::Error),
}

Variants§

§1.0.0

Ok(Vec<GroupInfo>)

Contains the success value

§1.0.0

Err(<C as ClientApi>::Error)

Contains the error value