Function printf

Source
pub fn printf<I>(format: impl Into<Column>, cols: I) -> Column
where I: IntoIterator, I::Item: Into<Column>,