Struct rustdoc::html::format::CommaSepUnstable [-] [+] [src]

pub struct CommaSep<'a, T: 'a>(pub &'a [T]);

Wrapper struct for emitting a comma-separated list of items

Trait Implementations

impl<'a, T: Display> Display for CommaSep<'a, T>

fn fmt(&self, f: &mut Formatter) -> Result