pub trait Symbolic: Clone + Default + Eq + Ord + Debug + Display + Hash { }
Simple trait for compatible symbols