format

Macro format 

Source
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.