macro_rules! format {
($($tt:tt)*) => { ... };
}Expand description
Format a Rofi String using interpolation of runtime expressions.
See the documentation of std::format! for more details.
macro_rules! format {
($($tt:tt)*) => { ... };
}Format a Rofi String using interpolation of runtime expressions.
See the documentation of std::format! for more details.