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

type TopicResult = Result<String, (String, RDKafkaError)>;

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