[][src]Trait serde_with::Separator

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

Separator for string-based collection de/serialization

Required methods

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

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

Loading content...

Implementors

impl Separator for CommaSeparator[src]

impl Separator for SpaceSeparator[src]

Loading content...