pub fn format<'a, I>(args: I) -> Result<String, Error>where I: IntoIterator<Item = Cow<'a, str>>,
Format a string using the given arguments.