pub trait Separator<'a> {
    fn sep_for(&self, token: &Token<'_>) -> &'a str;
}

Required Methods

Implementations on Foreign Types

Implementors