yarn

Macro yarn 

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

Similar to format!(), but returns a Yarn, instead.

This macro calls out to Yarn::from_fmt() internally.