ori::core

Macro format_text

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

Create a formatted Text.

This macro is slightly more efficient than using format! and Text::new.