Macro const_str

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

Constructs Str from the given string, panicking if it is empty.