Trait serde_with::Separator[][src]

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

Separator for string-based collection de/serialization

Required methods

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

Implementors