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

Loading content...

Implementors

Loading content...