pub type WideUtfString = Utf32String;
Available on crate feature alloc only.
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 */ }