macro_rules! const_str { ($string: expr) => { ... }; }
Constructs Str from the given string, panicking if it is empty.
Str