Type Definition widestring::utfstr::WideUtfStr[][src]

pub type WideUtfStr = Utf32Str;
Expand description

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