pub type TopicResult = Result<String, (String, RDKafkaErrorCode)>;
The result of an individual CreateTopic, DeleteTopic, or CreatePartition operation.