macro_rules! const_borrowed_str { ($string: expr) => { ... }; }
alloc
std
Similar to const_str, but constructs borrowed CowStr.
const_str
CowStr