Struct rustdoc::html::format::CommaSep[][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>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> Send for CommaSep<'a, T> where
    T: Sync

impl<'a, T> Sync for CommaSep<'a, T> where
    T: Sync