[][src]Function typed_headers::util::encode_comma_delimited

pub fn encode_comma_delimited<I>(elements: I, values: &mut ToValues) where
    I: IntoIterator,
    I::Item: Display