struct CppString
Defined at line 69 of file ../../src/lib/diagnostics/log/message/rust/cpp-log-decoder/log_decoder.h
Represents a UTF-8 encoded string for FFI purposes.
This is equivalent to a CppArray
<u8
> as it is
#[repr(transparent)], but with the additional
constraint that the contents of the array
is a valid UTF-8 string.
Public Members
CppArray inner