pub fn separated_by<T, F>( out: &mut DynQuery, values: impl IntoIterator<Item = T>, f: F, separator: &str, )where F: FnMut(&mut DynQuery, T),
Write an iterator of items separated by a delimiter into a string.