[−][src]Function websocket::header::parsing::fmt_comma_delimited
pub fn fmt_comma_delimited<T>(
f: &mut Formatter,
parts: &[T]
) -> Result<(), Error> where
T: Display,
Format an array into a comma-delimited string.