pub fn nonexistent_column<'a, I>( inputs: &[String], columns: I, ) -> Option<String>where I: IntoIterator<Item = &'a String>,