Macro format_str

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

Create a new Str from a format string.