Function actix_web::http::header::fmt_comma_delimited[][src]

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

Format an array into a comma-delimited string.