ori::prelude

Macro text

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

Create a formatted Text.

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