Type Alias rdkafka::admin::ConfigResourceResult

source ·
pub type ConfigResourceResult = Result<ConfigResource, RDKafkaErrorCode>;
Expand description

The result of an individual DescribeConfig operation.

Aliased Type§

enum ConfigResourceResult {
    Ok(ConfigResource),
    Err(RDKafkaErrorCode),
}

Variants§

§1.0.0

Ok(ConfigResource)

Contains the success value

§1.0.0

Err(RDKafkaErrorCode)

Contains the error value