Type Definition rdkafka::admin::TopicResult[][src]

pub type TopicResult = Result<String, (String, RDKafkaErrorCode)>;
Expand description

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