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

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

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