pub fn format_string<I>(format: &str, cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,