Macro widestring::wideutfstr[][src]

macro_rules! wideutfstr {
    ($text : expr) => { ... };
}
Expand description

Alias for utf16str or utf32str macros depending on platform. Intended to be used when using WideUtfStr type alias.