Type Alias rdkafka::admin::GroupResult

source ·
pub type GroupResult = Result<String, (String, RDKafkaErrorCode)>;
Expand description

The result of a DeleteGroup operation.

Aliased Type§

enum GroupResult {
    Ok(String),
    Err((String, RDKafkaErrorCode)),
}

Variants§

§1.0.0

Ok(String)

Contains the success value

§1.0.0

Err((String, RDKafkaErrorCode))

Contains the error value