Struct style_traits::values::Comma [] [src]

pub struct Comma;

Type used as the associated type in the OneOrMoreSeparated trait on a type to indicate that a serialized list of elements of this type is separated by commas.

Trait Implementations

impl Separator for Comma
[src]

[src]

The separator string that the satisfying separator type corresponds to.

[src]

Parses a sequence of values separated by this separator. Read more