[][src]Macro null_terminated::str0_utf8

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

Make a static NulStr.

Examples

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