Type Definition widestring::WideChar

source · []
pub type WideChar = u32;
Expand description

Alias for u16 or u32 depending on platform. Intended to match typical C wchar_t size on platform.