Trait serde_with::Separator[][src]

pub trait Separator {
    fn separator() -> &'static str;
}
[]

Separator for string-based collection de/serialization

Required methods

fn separator() -> &'static str[src][]

Return the string delimiting two elements in the string-based collection

Implementors

impl Separator for CommaSeparator[src][+]

impl Separator for SpaceSeparator[src][+]