actix_web::http::header

Function fmt_comma_delimited

source
pub fn fmt_comma_delimited<T>(
    f: &mut Formatter<'_>,
    parts: &[T],
) -> Result<(), Error>
where T: Display,
Expand description

Format an array into a comma-delimited string.