pub trait Symbolic {
type Item: Displayable;
}Expand description
Symbolic denotes a type consisting of some single or set of value(s) that can are
considered displayable. Essentially, this trait is a wrapper around the Displayable
trait enabling additional implementations