pub unsafe extern "C" fn rd_kafka_TopicDescription_error(
topicdesc: *const rd_kafka_TopicDescription_t,
) -> *const rd_kafka_error_t
Expand description
Gets the error for the \p topicdesc topic.
topicdesc
: The topic description.
Returns The topic description error.
@remark The lifetime of the returned memory is the same as the lifetime of the `topicdesc object.