pub trait Symbolic: Clone + Default + Eq + Ord + Debug + Display + Hash { }
Expand description

Simple trait for compatible symbols

Implementors§

source§

impl<T> Symbolic for Twhere T: Clone + Default + Eq + Ord + Debug + Display + Hash,