Struct rustdoc::html::format::CommaSep [] [src]

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

Wrapper struct for emitting a comma-separated list of items

Trait Implementations

impl<'a, T: Display> Display for CommaSep<'a, T>
[src]

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

Formats the value using the given formatter.