Module cros_tracing_types::static_strings
source · Expand description
Provides a mechanism to turn an arbitrary CStr into a static. The primary use is for FFIs like Perfetto which require any trace point names to be static.
Structs§
- Holds a reference to a ’static string that was registered via
register_string
.