Type Alias widestring::ucstring::WideCString

source ·
pub type WideCString = U32CString;
Available on crate feature alloc only.
Expand description

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

Aliased Type§

struct WideCString { /* private fields */ }