Function format_string

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