Macro widestring::widestr

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

Alias for u16str or u32str macros depending on platform. Intended to be used when using WideStr type alias.