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

pub struct CommaSep<'a, T: 'a>(pub &'a [T]);
🔬 This is a nightly-only experimental API. (rustdoc)

Wrapper struct for emitting a comma-separated list of items

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter.