str0_utf8

Macro str0_utf8 

Source
macro_rules! str0_utf8 {
    ($s:expr) => { ... };
}
Expand description

Make a static NulStr.

ยงExamples

static s: &'static NulStr = str0_utf8!("Hello, world!");