Trait serde_with::Separator

source ·
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§