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§
Ok(String)
Contains the success value
Err((String, RDKafkaErrorCode))
Contains the error value