Type Alias widestring::utfstr::WideUtfStr

source ·
pub type WideUtfStr = Utf32Str;
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 */ }