Type Definition rdkafka::admin::TopicResult

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

The result of an individual CreateTopic, DeleteTopic, or CreatePartition operation.