pub trait Delimiter {
    // Required method
    fn delimiter_symbol() -> &'static str;
}

Required Methods§

source

fn delimiter_symbol() -> &'static str

Implementors§