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§
- Static
String - Holds a reference to a ’static string that was registered via
register_string.