sprintf

Function vsprintfp

Source
pub fn vsprintfp(
    format: &[FormatElement<'_>],
    args: &[&dyn Printf],
) -> Result<String>
Expand description

Format a string using parser::FormatElements

Like vsprintf, except that it doesn’t parse the format string.