Skip to main content

format_string

Macro format_string 

Source
macro_rules! format_string {
    ($($val:expr),* $(,)*) => { ... };
}
Expand description

Create an ErrorFormatObj::FormatString from multiple values.

Each value is converted to a string and wrapped in ErrorFormatObj::String, then combined into a FormatString that concatenates without separators.