pub type GroupResult = Result<String, (String, RDKafkaErrorCode)>;Available on non-
madsim only.Expand description
The result of a DeleteGroup operation.
Aliased Type§
pub enum GroupResult {
Ok(String),
Err((String, RDKafkaErrorCode)),
}Variants§
Ok(String)
Contains the success value
Err((String, RDKafkaErrorCode))
Contains the error value