Macro string

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

Same as format! but creates an nvim_oxi::String.