pub trait Symbolic: Debug + Display { }
Symbolic is a marker trait used to signal a type that can be displayed.
Symbolic