widestring::ustr

Type Alias WideStr

Source
pub type WideStr = U16Str;
Expand description

Alias for U16Str or U32Str depending on platform. Intended to match typical C wchar_t size on platform.

Aliased Typeยง

struct WideStr { /* private fields */ }