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.
pub fn vsprintfp(
format: &[FormatElement<'_>],
args: &[&dyn Printf],
) -> Result<String>Format a string using parser::FormatElements
Like vsprintf, except that it doesn’t parse the format string.