pub fn global_string(s: String) -> SeqStringExpand description
Create globally-allocated string from a UTF-8 String. Convenience
wrapper over global_bytes for callers that already have a Rust
String in hand.
pub fn global_string(s: String) -> SeqStringCreate globally-allocated string from a UTF-8 String. Convenience
wrapper over global_bytes for callers that already have a Rust
String in hand.