widestring::ustring

Type Alias WideString

Source
pub type WideString = U16String;
Expand description

Alias for U16String or U32String depending on platform. Intended to match typical C wchar_t size on platform.

Aliased Typeยง

struct WideString { /* private fields */ }