pub trait ExpReservedTokenTranslator {
    fn trans(&self, token: &str) -> ExpTokenEvalValue;
}

Required Methods

Implementors