rama::http::headers::util::csv

Function fmt_comma_delimited

pub fn fmt_comma_delimited<T>(
    f: &mut Formatter<'_>,
    iter: impl Iterator<Item = T>,
) -> Result<(), Error>
where T: Display,
Expand description

Format an array into a comma-delimited string.