Type Alias widestring::ustr::WideStr

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