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.
macro_rules! wideutfstr {
($text:expr) => { ... };
}
Alias for utf16str
or utf32str
macros depending on platform. Intended to be used when
using WideUtfStr
type alias.