widestring::utfstr

Type Alias WideUtfStr

Source
pub type WideUtfStr = Utf16Str;
Expand description

Alias for Utf16Str or Utf32Str depending on platform. Intended to match typical C wchar_t size on platform.

Aliased Typeยง

struct WideUtfStr { /* private fields */ }