Struct style_traits::values::Space [] [src]

pub struct Space;

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 spaces.

Trait Implementations

impl Separator for Space
[src]

[src]

The separator string that the satisfying separator type corresponds to.

[src]

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