pub trait TokenToString { // Required method fn to_string(&self) -> String; }
A trait required to display a token nicely