Skip to main content

WideUtfString

Type Alias WideUtfString 

Source
pub type WideUtfString = Utf32String;
Available on crate feature alloc and non-Windows only.
Expand description

Alias for Utf16String or Utf32String depending on platform. Intended to match typical C wchar_t size on platform.

Aliased Typeยง

pub struct WideUtfString { /* private fields */ }