pub type WideUtfString = Utf32String;Expand description
Alias for Utf16String or Utf32String depending on platform. Intended to match typical C
wchar_t size on platform.
Aliased Typeยง
pub struct WideUtfString { /* private fields */ }pub type WideUtfString = Utf32String;Alias for Utf16String or Utf32String depending on platform. Intended to match typical C
wchar_t size on platform.
pub struct WideUtfString { /* private fields */ }