pub trait Value: Send + Sync + ToString + Debug + Display + Default + Clone + Unpin + Eq + Ord + Hash + Display + 'static { // Required method fn new(self) -> Self; }