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