separated_by

Function separated_by 

Source
pub fn separated_by<T, F>(
    out: &mut DynQuery,
    values: impl IntoIterator<Item = T>,
    f: F,
    separator: &str,
)
where F: FnMut(&mut DynQuery, T),
Expand description

Write an iterator of items separated by a delimiter into a string.