blob: 6a6c1d89eb6f04cd1ee6b3a0866b1f72d14f0994 [file] [log] [blame]
#ifndef GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__
#define GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__
#include "google/protobuf/message.h"
#include "google/protobuf/message_lite.h"
#include "rust/cpp_kernel/strings.h"
extern "C" {
google::protobuf::rust_internal::RustStringRawParts utf8_debug_string(
const google::protobuf::Message* msg);
google::protobuf::rust_internal::RustStringRawParts utf8_debug_string_lite(
const google::protobuf::MessageLite* msg);
} // extern "C"
#endif // GOOGLE_PROTOBUF_RUST_CPP_KERNEL_DEBUG_H__