Macro stylic::style_format
source ยท macro_rules! style_format { ($($tt:tt)+) => { ... }; }
Expand description
Format a string with a style.
This is a shorthand for style(lazy_format!(...)). See lazy_format.
macro_rules! style_format { ($($tt:tt)+) => { ... }; }
Format a string with a style.
This is a shorthand for style(lazy_format!(...)). See lazy_format.