Macro const_borrowed_str

Source
macro_rules! const_borrowed_str {
    ($string: expr) => { ... };
}
Available on crate features alloc or std only.
Expand description

Similar to const_str, but constructs borrowed CowStr.